bump cosign and pin php-nginx version
This commit is contained in:
parent
4f906ef801
commit
5ba084dae1
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue