Skip to content

Commit

Permalink
chore(deps): update php docker tag to v8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent 613cdf6 commit 269e515
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
jobs:
build:
docker:
- image: php:8.3-cli-bookworm
- image: php:8.4-cli-bookworm
environment:
GOSS_FILES_STRATEGY: cp
DOCKER_VERSION: 27.3.1
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.3-cli-bookworm AS builder
FROM php:8.4-cli-bookworm AS builder

# hadolint ignore=DL3008
RUN apt-get update -qq \
Expand Down Expand Up @@ -31,7 +31,7 @@ RUN curl -L -o "/tmp/kcov.tar.gz" "https://github.com/SimonKagstrom/kcov/archive
&& cmake --build . \
&& cmake --build . --target install

FROM php:8.3-cli-bookworm
FROM php:8.4-cli-bookworm

# Upgrade all installed packages and clean up.
# hadolint ignore=DL3005
Expand Down

0 comments on commit 269e515

Please sign in to comment.