From 4cbe5225fa8ffb40490eeee5c22dbd4f3bdd9cee Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 23 Nov 2023 19:31:15 +0100 Subject: Remove mention of Zola from Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 36467c3..8f858c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,6 @@ # Adjust BUN_VERSION as desired ARG BUN_VERSION=1.0.1 -ARG ZOLA_VERSION=0.17.1 FROM oven/bun:${BUN_VERSION} as base LABEL fly_launch_runtime="Bun" -- cgit 1.4.1