Skip to content

Commit

Permalink
Fix brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
Firehed committed Jan 20, 2021
1 parent ed9792f commit 04e490f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/alpine.dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ARG PHP_VERSION
FROM php:{$PHP_VERSION}-cli-alpine
FROM php:${PHP_VERSION}-cli-alpine
COPY . .

0 comments on commit 04e490f

Please sign in to comment.