diff --git a/Dockerfile b/Dockerfile index b1c6406426..abfbbd86a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 # what distro is the image being built for -ARG ALPINE_TAG=3.18.3 +ARG ALPINE_TAG=3.18.4 ARG DEBIAN_TAG=12.1-slim # Stage 1: build artifact and download deps