Skip to content

Commit

Permalink
Merge pull request #101 from dokku/dependabot/docker/alpine-3.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Jan 30, 2024
2 parents 58c34ab + c93b3d6 commit b3e6bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19.0
FROM alpine:3.19.1

RUN apk --no-cache add git==2.43.0-r0 python3==3.11.6-r1 openssh==9.6_p1-r0 && \
mkdir -p ~/.ssh
Expand Down

0 comments on commit b3e6bee

Please sign in to comment.