diff --git a/bun.Dockerfile b/bun.Dockerfile index d58d1644..4759a8a2 100644 --- a/bun.Dockerfile +++ b/bun.Dockerfile @@ -2,7 +2,7 @@ ARG SCOPE=playground ################################################################### # Stage 0: base image # ################################################################### -FROM oven/bun:1.0.29 AS base +FROM oven/bun:1.1.2 AS base ENV GIT_SSL_NO_VERIFY 1 RUN apt-get update && apt-get install -y --no-install-recommends git tini