diff --git a/Dockerfile b/Dockerfile index 30b53473..8e2a76e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -256,7 +256,7 @@ RUN ./build-venvs.sh ################################################################################ # Grab small clean image to build slim ################################### ################################################################################ -FROM alpine:3.18.2 as slim +FROM alpine:3.18.3 as slim ############################ # Get the build arguements #