diff --git a/Dockerfile b/Dockerfile index 61008d74e15..0f0724a3c1e 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.4 as final_slim +FROM alpine:3.20.2 as final_slim ############################ # Get the build arguements #