diff --git a/images/actions/php/Dockerfile b/images/actions/php/Dockerfile index 7b20f2b..9e36500 100644 --- a/images/actions/php/Dockerfile +++ b/images/actions/php/Dockerfile @@ -1,4 +1,4 @@ FROM git.euph.dev/actions/runner-basic:latest ARG PACKAGE_VERSION -RUN sudo apk add --no-cache "php$PACKAGE_VERSION" composer \ No newline at end of file +RUN sudo apk add --no-cache "php$(echo $PACKAGE_VERSION | tr -d .)" composer \ No newline at end of file