diff --git a/Dockerfile b/Dockerfile index 794cf6f8..ac5f86e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -223,7 +223,7 @@ RUN ./build-venvs.sh ################################################################################ # Grab small clean image to build slim ################################### ################################################################################ -FROM alpine:3.17.1 as slim +FROM alpine:3.17.3 as slim ############################ # Get the build arguements #