Skip to content

Commit

Permalink
Merge pull request #1 from ducktors/update-alpine-on-dockerfile
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
matteovivona authored Mar 31, 2023
2 parents c9a04d2 + 8a74c91 commit 28561c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
uses: ducktors/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: tehkapa/docker-wait-for-dependencies
images: ducktors/docker-wait-for-dependencies

- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.17
FROM alpine:3.17.3@sha256:b6ca290b6b4cdcca5b3db3ffa338ee0285c11744b4a6abaa9627746ee3291d8d

RUN apk add --no-cache bash
ADD entrypoint.sh /usr/local/bin/entrypoint.sh
Expand Down

0 comments on commit 28561c8

Please sign in to comment.