Skip to content

Commit d910816

Browse files
7805:Upgrade PHP and Fix Prisma Vulnerabilities
1 parent 0bc01dc commit d910816

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
context: .
5252
platforms: linux/amd64
53-
push: ${{ github.ref == 'refs/heads/master' }}
53+
push: true
5454
tags: |
5555
debricked/docker-image-php-xdebug:php84
5656
ghcr.io/debricked/docker-image-php-xdebug:php84

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debricked/docker-image-build-tools:latest
1+
FROM debricked/docker-image-build-tools:php84
22

33
# Fixes problems with Puppeteer (Chromium API)
44
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD 1

0 commit comments

Comments
 (0)