diff --git a/Dockerfile b/Dockerfile index 61008d74e15..99d191cc340 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.21.3 as final_slim ############################ # Get the build arguements #