diff --git a/Dockerfile.php-base b/Dockerfile.php-base index d166024..abab658 100644 --- a/Dockerfile.php-base +++ b/Dockerfile.php-base @@ -2,7 +2,7 @@ ARG PHP_VERSION=8.2 ARG COMPOSER_VERSION=2.4 ARG SHOPWARE_CLI_VERSION=0.6.33 -FROM golang:1.24 AS shopware-cli +FROM golang:1.25 AS shopware-cli RUN DEBIAN_FRONTEND=noninteractive \ && apt-get update \