diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
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" |