diff --git a/Dockerfile b/Dockerfile index 9b80ef913..f5a324a0a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 # what distro is the image being built for ARG ALPINE_TAG=3.17.3 -ARG DEBIAN_TAG=11.6-slim +ARG DEBIAN_TAG=11.7-slim # Stage 1: build artifact and download deps