Skip to content

Commit

Permalink
chore(deps): update php docker tag to v8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 30, 2023
1 parent 24e22e5 commit b963b08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-cli-bookworm as builder
FROM php:8.3-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.2-cli-bookworm
FROM php:8.3-cli-bookworm

LABEL org.opencontainers.image.authors="Alex Skrypnyk <[email protected]>" maintainer="Alex Skrypnyk <[email protected]>"

Expand Down

0 comments on commit b963b08

Please sign in to comment.