Skip to content

Commit

Permalink
chore(): version bump Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasAugustin committed Dec 16, 2021
1 parent 754e961 commit c73cf37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
######################################
FROM alpine:3.15.0 as dev

ARG GH_CLI_VER=1.9.2
ARG GH_CLI_VER=2.3.0

# install packages
RUN apk add --update --no-cache bash make git zsh curl tmux musl openssh
Expand Down
4 changes: 2 additions & 2 deletions src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.13
FROM alpine:3.15.0

ARG GH_CLI_VER=1.9.2
ARG GH_CLI_VER=2.3.0

# labels
LABEL \
Expand Down

0 comments on commit c73cf37

Please sign in to comment.