Skip to content

Commit 0bc01dc

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

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/docker.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
with:
4141
context: build-tools/
4242
platforms: linux/amd64
43-
push: ${{ github.ref == 'refs/heads/master' }}
43+
push: true
4444
tags: |
45-
debricked/docker-image-build-tools:7805-prisma-vulnerabilities
46-
ghcr.io/debricked/docker-image-build-tools:7805-prisma-vulnerabilities
45+
debricked/docker-image-build-tools:php84
46+
ghcr.io/debricked/docker-image-build-tools:php84
4747
-
4848
name: Build and push full image
4949
uses: docker/build-push-action@v4
@@ -52,5 +52,5 @@ jobs:
5252
platforms: linux/amd64
5353
push: ${{ github.ref == 'refs/heads/master' }}
5454
tags: |
55-
debricked/docker-image-php-xdebug:7805-prisma-vulnerabilities
56-
ghcr.io/debricked/docker-image-php-xdebug:7805-prisma-vulnerabilities
55+
debricked/docker-image-php-xdebug:php84
56+
ghcr.io/debricked/docker-image-php-xdebug:php84

build-tools/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,5 +151,3 @@ RUN curl https://bazel.build/bazel-release.pub.gpg | apt-key add - \
151151
&& apt update && apt install -y bazel-$BAZEL4_VERSION \
152152
&& ln -s /usr/bin/bazel-$BAZEL4_VERSION $BIN_DIRECTORY/bazel4 \
153153
&& ln -s /usr/bin/bazel-$BAZEL4_VERSION $BIN_DIRECTORY/bazel
154-
155-

0 commit comments

Comments
 (0)