diff options
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 5e48523..4fc6b54 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax = docker/dockerfile:1 # Adjust BUN_VERSION as desired -ARG BUN_VERSION=0.8.1 +ARG BUN_VERSION=1.0.1 ARG ZOLA_VERSION=0.17.1 FROM oven/bun:${BUN_VERSION} as base |