Skip to content

Commit

Permalink
Merge pull request #95 from dokku/dependabot/docker/alpine-3.19.0
Browse files Browse the repository at this point in the history
chore(deps): bump alpine from 3.18.5 to 3.19.0
  • Loading branch information
josegonzalez committed Dec 9, 2023
2 parents d172064 + e9aef05 commit 0be9c6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.18.5
FROM alpine:3.19.0

RUN apk --no-cache add git==2.40.1-r0 openssh==9.3_p2-r0 && \
RUN apk --no-cache add git==2.43.0-r0 openssh==9.5_p1-r0 && \
mkdir -p ~/.ssh

COPY bin /bin

0 comments on commit 0be9c6b

Please sign in to comment.