Skip to content

Commit

Permalink
bump cosign and pin php-nginx version
Browse files Browse the repository at this point in the history
  • Loading branch information
pablouser1 committed Jul 26, 2023
1 parent 4f906ef commit 5ba084d
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-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
# https://github.com/sigstore/cosign-installer
- name: Install cosign
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@main
uses: sigstore/cosign-installer@v3.1.1
with:
cosign-release: 'v2.0.0-rc.0'
cosign-release: 'v2.1.1'


# Workaround: https://github.com/docker/build-push-action/issues/461
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM trafex/php-nginx:latest
FROM trafex/php-nginx:3.1.0

# Add composer
COPY --from=composer /usr/bin/composer /usr/bin/composer
Expand Down

0 comments on commit 5ba084d

Please sign in to comment.