Skip to content

Commit

Permalink
Use loose tags for PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb committed Apr 18, 2024
1 parent 6e3cb05 commit a388ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/yourls/Dockerfile.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.3.6-%%VARIANT%%
FROM php:8.3-%%VARIANT%%

# install the PHP extensions we need
RUN set -eux; \
Expand Down

0 comments on commit a388ad0

Please sign in to comment.