Skip to content

Commit fdaf657

Browse files
committed
feat: Upgrade Git 2.52 OpenSSH 10.2 & Alpine 3.23.3
1 parent 028a1d5 commit fdaf657

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM alpine:3.22.1
1+
FROM alpine:3.23.3
22

33
RUN set -ex; \
44
apk add --no-cache \
5-
git=2.49.1-r0 \
6-
openssh=10.0_p1-r7 \
5+
git=2.52.0-r0 \
6+
openssh=10.2_p1-r0 \
77
;
88

99
# Generate SSH host keys

0 commit comments

Comments
 (0)