diff --git a/Dockerfile b/Dockerfile index 5731843b..b4f6b7a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -294,7 +294,7 @@ RUN ./build-venvs.sh ################################################################################ # Grab small clean image to build final_slim ################################### ################################################################################ -FROM alpine:3.15.3 as final_slim +FROM alpine:3.15.4 as final_slim ############################ # Get the build arguements #