From 46cb3060ee582a085861db129e1717c4358d46e5 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Fri, 26 Apr 2024 22:31:31 +0000 Subject: [PATCH] images/actions/php/Dockerfile aktualisiert --- images/actions/php/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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