Remove mention of Zola from Dockerfile
1 file changed, 0 insertions(+), 1 deletion(-)
changed files
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"