Skip to content

Commit

Permalink
Merge pull request #916 from uselagoon/php-alpine318
Browse files Browse the repository at this point in the history
revert php 8.1 and 8.3 to alpine 3.18
  • Loading branch information
tobybellwood authored Jan 23, 2024
2 parents 02db70e + 5cad280 commit 756114c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion images/php-cli/8.1.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion images/php-cli/8.3.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion images/php-fpm/8.3.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 756114c

Please sign in to comment.