bump cosign and pin php-nginx version

This commit is contained in:
Pablo Ferreiro 2023-07-26 21:51:32 +02:00
parent 4f906ef801
commit 5ba084dae1
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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