Skip to content

Commit

Permalink
Update PHP 8.3.6 -> 8.3.8 (#1856)
Browse files Browse the repository at this point in the history
  • Loading branch information
hemberger authored Jun 8, 2024
1 parent ccec68c commit c990e42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/api-docs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.3.6-cli-alpine
FROM php:8.3.8-cli-alpine

RUN curl -L -O https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.4.1/phpDocumentor.phar
RUN chmod +x phpDocumentor.phar
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN rm -rf node_modules

#---------------------------

FROM php:8.3.6-apache
FROM php:8.3.8-apache
RUN apt-get --quiet=2 update \
&& apt-get --quiet=2 install zip unzip \
&& rm -rf /var/lib/apt/lists/* \
Expand Down
2 changes: 1 addition & 1 deletion api-docs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.3.6-cli-alpine as builder
FROM php:8.3.8-cli-alpine as builder

RUN curl -L -O https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.4.1/phpDocumentor.phar
RUN chmod +x phpDocumentor.phar
Expand Down

0 comments on commit c990e42

Please sign in to comment.