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