Skip to content

Commit

Permalink
Bump php from 8.3.0-fpm to 8.3.1-fpm in /api (#2482)
Browse files Browse the repository at this point in the history
Bumps php from 8.3.0-fpm to 8.3.1-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 Dec 29, 2023
1 parent 2f9b7a8 commit b94c8e0
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.3.0-fpm AS runtime
FROM php:8.3.1-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 b94c8e0

Please sign in to comment.