From c14df281bc224ef110c527d7ffc6707d24ed2974 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Mon, 16 Dec 2024 15:56:13 +1100 Subject: [PATCH] chore: use node version 22 in php8.2/8.3 --- images/php-cli/8.2.Dockerfile | 2 +- images/php-cli/8.3.Dockerfile | 2 +- images/php-fpm/8.1.Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/images/php-cli/8.2.Dockerfile b/images/php-cli/8.2.Dockerfile index dcdf56e07..83860aec5 100644 --- a/images/php-cli/8.2.Dockerfile +++ b/images/php-cli/8.2.Dockerfile @@ -22,7 +22,7 @@ RUN apk add -U --repository http://dl-cdn.alpinelinux.org/alpine/v3.19/main mari git \ gzip \ mongodb-tools \ - nodejs=~20 \ + nodejs=~22 \ npm \ openssh-client \ openssh-sftp-server \ diff --git a/images/php-cli/8.3.Dockerfile b/images/php-cli/8.3.Dockerfile index 3afd4ab56..a3e902738 100644 --- a/images/php-cli/8.3.Dockerfile +++ b/images/php-cli/8.3.Dockerfile @@ -22,7 +22,7 @@ RUN apk add -U --repository http://dl-cdn.alpinelinux.org/alpine/v3.19/main mari git \ gzip \ mongodb-tools \ - nodejs=~20 \ + nodejs=~22 \ npm \ openssh-client \ openssh-sftp-server \ diff --git a/images/php-fpm/8.1.Dockerfile b/images/php-fpm/8.1.Dockerfile index 26bcb566e..3c937d858 100644 --- a/images/php-fpm/8.1.Dockerfile +++ b/images/php-fpm/8.1.Dockerfile @@ -5,7 +5,7 @@ FROM composer:latest AS healthcheckbuilder RUN composer create-project --no-dev amazeeio/healthz-php /healthz-php v0.0.6 -FROM php:8.1.31-fpm-alpine3.21 +FROM php:8.1.31-fpm-alpine3.20 ARG LAGOON_VERSION ENV LAGOON_VERSION=$LAGOON_VERSION