diff --git a/Dockerfile b/Dockerfile index 19f856f112..3c38f36aae 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.18.2 -ARG DEBIAN_TAG=12.0-slim +ARG DEBIAN_TAG=12.1-slim # Stage 1: build artifact and download deps