Skip to content

Commit

Permalink
fix: Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Dec 11, 2023
1 parent 0c0de9a commit a66448f
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 a66448f

Please sign in to comment.