Skip to content

Commit

Permalink
Bump php from 8.2.12-fpm to 8.3.0-fpm in /api (#2468)
Browse files Browse the repository at this point in the history
Bumps php from 8.2.12-fpm to 8.3.0-fpm.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent dc57b73 commit f3212cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RUN git clone --depth=1 -b $CURL_VERSION https://github.com/curl/curl && \
make -j $(nproc) && \
make install

FROM php:8.2.12-fpm AS runtime
FROM php:8.3.0-fpm AS runtime
WORKDIR /var/www/html/api
COPY --from=openssl /usr/local/bin/ /usr/local/bin/
COPY --from=openssl /usr/local/include/ /usr/local/include/
Expand Down

0 comments on commit f3212cb

Please sign in to comment.