all repos — homestead @ 9d380b4fe4cc06802698e2577bf2369288979d40

Code for my website

Remove mention of Zola from Dockerfile

Alan Pearce
commit

9d380b4fe4cc06802698e2577bf2369288979d40

parent

2719d819b935309b686d4c5c27026faaeb4b3717

1 file changed, 0 insertions(+), 1 deletion(-)

changed files
M DockerfileDockerfile
@@ -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"