diff --git a/Dockerfile b/Dockerfile index f10bc8b7..c92a27d3 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 @@ -54,7 +54,7 @@ ENTRYPOINT ["/bin/zsh"] ####################################### # image for creating the documentation ###################################### -FROM node:22.7.0-alpine AS docs +FROM node:22.8.0-alpine AS docs # install packages RUN apk add --update --no-cache bash make git zsh curl tmux