Skip to content

Commit

Permalink
upgrade packages within dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ga-paul-t committed Dec 5, 2022
1 parent 20931c7 commit 0d84fc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM alpine:3.17.0

# Install tini to ensure docker waits for uplift to finish before terminating
RUN apk add --no-cache \
git=2.36.2-r0 \
tini=0.19.0-r0 \
gnupg=2.2.35-r4
git=2.38.1-r0 \
tini=0.19.0-r1 \
gnupg=2.2.40-r0

COPY uplift /usr/local/bin

Expand Down

0 comments on commit 0d84fc7

Please sign in to comment.