Skip to content

Commit

Permalink
Merge branch 'main' into feat/547_tags
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasAugustin authored Sep 13, 2024
2 parents 3eca6f2 + 4346f0b commit 21d0b9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 21d0b9d

Please sign in to comment.