diff --git a/Dockerfile b/Dockerfile index f10bc8b..4c9e2a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ######################################## # prod image ####################################### -FROM alpine:3.20.2 AS prod +FROM alpine:3.20.3 AS prod ARG GH_CLI_VER=2.44.1