diff --git a/Dockerfile b/Dockerfile index d5bd4e3a..e88e6cd7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -295,7 +295,7 @@ RUN ./build-venvs.sh ################################################################################ # Grab small clean image to build final_slim ################################### ################################################################################ -FROM alpine:3.15.0 as final_slim +FROM alpine:3.15.1 as final_slim ############################ # Get the build arguements #