Skip to content

Commit

Permalink
php-image base image version in Dockerfile set to "v15.0.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasLudvik committed Sep 27, 2024
1 parent 5554b13 commit 8c444cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/docker/php-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM shopsys/php-image:15.0 as base
FROM shopsys/php-image:v15.0.0 as base

ARG project_root=.

Expand Down

0 comments on commit 8c444cb

Please sign in to comment.