Skip to content

Commit

Permalink
chore(deps): bump versions of alpine packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ga-paul-t committed Aug 29, 2023
1 parent 6ef8319 commit 950116f
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,13 +2,13 @@ FROM alpine:3.18.3

# Install tini to ensure docker waits for uplift to finish before terminating
RUN apk add --no-cache \
git=2.38.3-r1 \
git=2.40.1-r0 \
tini=0.19.0-r1 \
gnupg=2.2.40-r0
gnupg=2.4.3-r0

COPY uplift_*.apk /tmp/
RUN apk add --no-cache --allow-untrusted /tmp/uplift_*.apk && \
rm /tmp/uplift_*.apk

ENTRYPOINT ["/sbin/tini", "--", "uplift"]
CMD ["--help"]
CMD ["--help"]

0 comments on commit 950116f

Please sign in to comment.