Skip to content

Commit

Permalink
Bump php from 8.2.9-fpm to 8.2.10-fpm in /api (#2404)
Browse files Browse the repository at this point in the history
Bumps php from 8.2.9-fpm to 8.2.10-fpm.

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

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 Sep 8, 2023
1 parent 24b1184 commit aa59095
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.9-fpm AS runtime
FROM php:8.2.10-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 aa59095

Please sign in to comment.