Skip to content

Commit

Permalink
fix: correct image pull name
Browse files Browse the repository at this point in the history
  • Loading branch information
bduranleau-nr committed Aug 5, 2024
1 parent 179d5cf commit 8ec7751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/php/musl/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG PHPVER
FROM $PHPVER-fpm-alpine
FROM php:$PHPVER-fpm-alpine

# Add test app
COPY index.php /var/www/html
Expand Down

0 comments on commit 8ec7751

Please sign in to comment.