Update Bun to 1.0.1
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M Dockerfile → 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