Skip to content

Commit

Permalink
Bump php from 8.4.0RC1-zts to 8.4.0RC2-zts
Browse files Browse the repository at this point in the history
Bumps php from 8.4.0RC1-zts to 8.4.0RC2-zts.

---
updated-dependencies:
- dependency-name: php
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 11, 2024
1 parent eb6db18 commit 77449c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM golang:1.23.1-alpine AS golang-base
FROM php:8.4.0RC1-zts AS php-base
FROM php:8.4.0RC2-zts AS php-base
FROM golang-base AS cli-base-alpine

SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
Expand Down

0 comments on commit 77449c2

Please sign in to comment.