diff --git a/Dockerfile b/Dockerfile index dcf4659b..987634b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -266,7 +266,7 @@ RUN ./build-venvs.sh ################################################################################ # Grab small clean image to build slim ################################### ################################################################################ -FROM alpine:3.18.3 as slim +FROM alpine:3.18.4 as slim ############################ # Get the build arguements #