diff --git a/Dockerfile b/Dockerfile index fbb55d26..03043fbb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -265,7 +265,7 @@ RUN ./build-venvs.sh ################################################################################ # Grab small clean image to build slim ################################### ################################################################################ -FROM alpine:3.18.4 as slim +FROM alpine:3.18.5 as slim ############################ # Get the build arguements #