diff options
author | Alan Pearce | 2023-09-15 20:13:19 +0200 |
---|---|---|
committer | Alan Pearce | 2023-09-15 20:13:19 +0200 |
commit | 932915406a6105b93de833c32b9ce6a07ebca6c1 (patch) | |
tree | 3c9079624456a2c307464e47630ef3781b541e6f /Dockerfile | |
parent | 415f7ccd165fec95eb2451ad3f23d95a0c4d2143 (diff) | |
download | website-932915406a6105b93de833c32b9ce6a07ebca6c1.tar.lz website-932915406a6105b93de833c32b9ce6a07ebca6c1.tar.zst website-932915406a6105b93de833c32b9ce6a07ebca6c1.zip |
Update Bun to 1.0.1
Diffstat (limited to 'Dockerfile')
-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 |