Skip to content

Commit

Permalink
chore(deps): bump more deps (#41)
Browse files Browse the repository at this point in the history
* chore(deps): bump more deps

* chore(alpine): pin with minor and sha
  • Loading branch information
KellyMerrick authored Jul 14, 2023
1 parent 586f62b commit a633d01
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
Expand Up @@ -11,7 +11,7 @@ ARG GH_VERSION=2.14.4
## docker build --no-cache --target binary -t vela-github-release:binary . ##
###################################################################################

FROM alpine:3.18 as binary
FROM alpine:3.18.2@sha256:82d1e9d7ed48a7523bdebc18cf6290bdb97b82302a8a9c27d4fe885949ea94d1 as binary

ARG GH_VERSION

Expand All @@ -27,7 +27,7 @@ RUN chmod 0700 /bin/gh
## docker build --no-cache -t vela-github-release:local . ##
##################################################################

FROM alpine:3.16
FROM alpine:3.18.2@sha256:82d1e9d7ed48a7523bdebc18cf6290bdb97b82302a8a9c27d4fe885949ea94d1

ARG GH_VERSION

Expand Down

0 comments on commit a633d01

Please sign in to comment.