diff --git a/Dockerfile b/Dockerfile index 3a9ea4c2..8f15037d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -254,7 +254,7 @@ RUN ./build-venvs.sh ################################################################################ # Grab small clean image to build slim ################################### ################################################################################ -FROM alpine:3.18.0 as slim +FROM alpine:3.18.2 as slim ############################ # Get the build arguements #