Skip to content

Commit

Permalink
Merge pull request #98 from dokku/dependabot/github_actions/crazy-max…
Browse files Browse the repository at this point in the history
…/ghaction-docker-meta-5.5.0

chore(deps): bump crazy-max/ghaction-docker-meta from 5.4.0 to 5.5.0
  • Loading branch information
josegonzalez committed Jan 7, 2024
2 parents 4f2b1a1 + 4f2e59a commit 598565c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
uses: actions/checkout@v4
- name: Generate docker metadata
id: docker_meta
uses: crazy-max/ghaction-docker-meta@9dc751fe249ad99385a2583ee0d084c400eee04e # v1.8.5 => c53f88523ad1fcebbdb10b3bb9cfa7ddb69d6677
uses: crazy-max/ghaction-docker-meta@dbef88086f6cef02e264edb7dbf63250c17cef6c # v1.8.5 => c53f88523ad1fcebbdb10b3bb9cfa7ddb69d6677
with:
images: dokku/ci-docker-image
- name: Set up QEMU
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.19.0

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

COPY bin /bin

0 comments on commit 598565c

Please sign in to comment.