Skip to content

Commit 228a21b

Browse files
authored
Merge pull request #131 from dokku/dependabot/docker/alpine-3.21.2
chore(deps): bump alpine from 3.21.0 to 3.21.2
2 parents f79dc07 + 18ef7dd commit 228a21b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM alpine:3.21.0
1+
FROM alpine:3.21.2
22

3-
RUN apk --no-cache add git==2.47.1-r0 python3==3.12.7-r1 openssh==9.9_p1-r2 && \
3+
RUN apk --no-cache add git==2.47.2-r0 python3==3.12.8-r1 openssh==9.9_p1-r2 && \
44
mkdir -p ~/.ssh
55

66
COPY bin /bin

0 commit comments

Comments
 (0)