Skip to content

Commit

Permalink
Bump php from 8.3.13-fpm to 8.3.14-fpm in /api (#2739)
Browse files Browse the repository at this point in the history
  • Loading branch information
chitoku-k authored Nov 23, 2024
1 parent bf2e3ef commit 8738d9b
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 @@ -39,7 +39,7 @@ RUN git clone --depth=1 -b $CURL_VERSION https://github.com/curl/curl && \
make -j $(nproc) && \
make install

FROM php:8.3.13-fpm AS runtime
FROM php:8.3.14-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 8738d9b

Please sign in to comment.