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