diff --git a/Dockerfile b/Dockerfile index d7b78d1f..734349a8 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.1 as final_slim +FROM alpine:3.15.2 as final_slim ############################ # Get the build arguements #