diff --git a/Dockerfile b/Dockerfile index 0d21d7b..f5c27b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ######################################## # prod image ####################################### -FROM alpine:3.20.0 as prod +FROM alpine:3.20.1 as prod ARG GH_CLI_VER=2.44.1