Skip to content

Commit

Permalink
Upgrade to alpine 3.21.0 and git 2.47.1 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesbusy authored Dec 21, 2024
1 parent c90d291 commit ed42906
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
@@ -1,9 +1,9 @@
FROM alpine:3.20.3
FROM alpine:3.21.0

RUN set -ex; \
apk add --no-cache \
git=2.45.2-r0 \
openssh=9.7_p1-r4 \
git=2.47.1-r0 \
openssh=9.9_p1-r2 \
;

# Generate SSH host keys
Expand Down

0 comments on commit ed42906

Please sign in to comment.