Skip to content

Commit

Permalink
Merge pull request #68 from tslmy/snyk-fix-7ce790211d0b3bb64aeaea1a30…
Browse files Browse the repository at this point in the history
…b77633
  • Loading branch information
tslmy authored Dec 23, 2023
2 parents 0c0de9a + a66448f commit 7c24869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN composer install \
--prefer-dist


FROM php:8.1.6-apache as php-server
FROM php:8.1-apache as php-server
COPY --from=vendor /tmp/vendor/ /var/www/html/vendor/
COPY . /var/www/html
RUN chown -R www-data:www-data /var/www/html
Expand Down

0 comments on commit 7c24869

Please sign in to comment.