Remove mention of Zola from Dockerfile
Alan Pearce alan@alanpearce.eu
Thu, 23 Nov 2023 19:31:15 +0100
1 files changed, 0 insertions(+), 1 deletions(-)
jump to
M Dockerfile → Dockerfile
@@ -2,7 +2,6 @@ # syntax = docker/dockerfile:1 # 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"