diff --git a/Dockerfile b/Dockerfile index 2ec8af6c..80b9a9dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -219,7 +219,7 @@ RUN ./build-venvs.sh ################################################################################ # Grab small clean image to build slim ################################### ################################################################################ -FROM alpine:3.17.0 as slim +FROM alpine:3.17.1 as slim ############################ # Get the build arguements #