Skip to content

Commit

Permalink
php-image base image version in Dockerfile set to "v16.0.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
vitek-rostislav committed Dec 30, 2024
1 parent 1153fb5 commit ba394dd
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:16.0 AS base
FROM shopsys/php-image:v16.0.0 AS base

ARG project_root=.

Expand Down

0 comments on commit ba394dd

Please sign in to comment.