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