From 5cad2805a16e2287314cf431c6a42029d69aec7e Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Tue, 23 Jan 2024 17:55:01 +1100 Subject: [PATCH] revert php 81 and 83 to alpine 3.18 --- images/php-cli/8.1.Dockerfile | 2 +- images/php-cli/8.3.Dockerfile | 2 +- images/php-fpm/8.3.Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/images/php-cli/8.1.Dockerfile b/images/php-cli/8.1.Dockerfile index 9be0c2269..c2e8037cc 100644 --- a/images/php-cli/8.1.Dockerfile +++ b/images/php-cli/8.1.Dockerfile @@ -15,7 +15,7 @@ RUN apk update \ mariadb-client \ mariadb-connector-c \ mongodb-tools \ - nodejs-dev=~18 \ + nodejs-current=~20 \ npm \ openssh-client \ openssh-sftp-server \ diff --git a/images/php-cli/8.3.Dockerfile b/images/php-cli/8.3.Dockerfile index 2d18b950a..21d8e2254 100644 --- a/images/php-cli/8.3.Dockerfile +++ b/images/php-cli/8.3.Dockerfile @@ -14,7 +14,7 @@ RUN apk add --no-cache git \ mariadb-client \ mariadb-connector-c \ mongodb-tools \ - nodejs=~20 \ + nodejs-current=~20 \ npm \ openssh-client \ openssh-sftp-server \ diff --git a/images/php-fpm/8.3.Dockerfile b/images/php-fpm/8.3.Dockerfile index bc907da96..505599125 100644 --- a/images/php-fpm/8.3.Dockerfile +++ b/images/php-fpm/8.3.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.3.2-fpm-alpine3.19 +FROM php:8.3.2-fpm-alpine3.18 LABEL org.opencontainers.image.authors="The Lagoon Authors" maintainer="The Lagoon Authors" LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-images" repository="https://github.com/uselagoon/lagoon-images"