Skip to content

Commit ecdd7d7

Browse files
authored
Merge pull request #1192 from uselagoon/testing/alpine321
build: update current images at alpine 3.21
2 parents ba1b7bb + de19c38 commit ecdd7d7

31 files changed

+56
-56
lines changed

images/commons/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM webdevops/go-crond:23.12.0-alpine AS go-crond
22
FROM amazeeio/envplate:v1.0.3 AS envplate
33

4-
FROM alpine:3.20.3
4+
FROM alpine:3.21.2
55

66
ARG LAGOON_VERSION
77
ENV LAGOON_VERSION=$LAGOON_VERSION
@@ -11,7 +11,7 @@ LABEL org.opencontainers.image.url="https://github.com/uselagoon/lagoon-images"
1111
LABEL org.opencontainers.image.version="${LAGOON_VERSION}"
1212
LABEL org.opencontainers.image.description="Base image optimised for running in Lagoon in production and locally"
1313
LABEL org.opencontainers.image.title="uselagoon/commons"
14-
LABEL org.opencontainers.image.base.name="docker.io/alpine:3.20"
14+
LABEL org.opencontainers.image.base.name="docker.io/alpine:3.21"
1515

1616
ENV LAGOON=commons
1717

images/mariadb/10.11.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG IMAGE_REPO
22
FROM ${IMAGE_REPO:-lagoon}/commons AS commons
3-
FROM alpine:3.19.4
3+
FROM alpine:3.19.6
44

55
ARG LAGOON_VERSION
66
ENV LAGOON_VERSION=$LAGOON_VERSION

images/mongo/4.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG IMAGE_REPO
22
FROM ${IMAGE_REPO:-lagoon}/commons AS commons
3-
FROM alpine:3.20.3
3+
FROM alpine:3.21.2
44

55
ARG LAGOON_VERSION
66
ENV LAGOON_VERSION=$LAGOON_VERSION
@@ -10,7 +10,7 @@ LABEL org.opencontainers.image.url="https://github.com/uselagoon/lagoon-images"
1010
LABEL org.opencontainers.image.version="${LAGOON_VERSION}"
1111
LABEL org.opencontainers.image.description="MongoDB 4 image optimised for running in Lagoon in production and locally"
1212
LABEL org.opencontainers.image.title="uselagoon/mongo-4"
13-
LABEL org.opencontainers.image.base.name="docker.io/alpine:3.20"
13+
LABEL org.opencontainers.image.base.name="docker.io/alpine:3.21"
1414

1515
ENV LAGOON=mongo
1616

images/node/18.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG IMAGE_REPO
22
FROM ${IMAGE_REPO:-lagoon}/commons AS commons
3-
FROM node:18.20-alpine3.20
3+
FROM node:18.20-alpine3.21
44

55
ARG LAGOON_VERSION
66
ENV LAGOON_VERSION=$LAGOON_VERSION
@@ -10,7 +10,7 @@ LABEL org.opencontainers.image.url="https://github.com/uselagoon/lagoon-images"
1010
LABEL org.opencontainers.image.version="${LAGOON_VERSION}"
1111
LABEL org.opencontainers.image.description="Node.js 18 image optimised for running in Lagoon in production and locally"
1212
LABEL org.opencontainers.image.title="uselagoon/node-18"
13-
LABEL org.opencontainers.image.base.name="docker.io/node:18-alpine3.20"
13+
LABEL org.opencontainers.image.base.name="docker.io/node:18-alpine3.21"
1414

1515
ENV LAGOON=node
1616

images/node/20.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG IMAGE_REPO
22
FROM ${IMAGE_REPO:-lagoon}/commons AS commons
3-
FROM node:20.18-alpine3.20
3+
FROM node:20.18-alpine3.21
44

55
ARG LAGOON_VERSION
66
ENV LAGOON_VERSION=$LAGOON_VERSION
@@ -10,7 +10,7 @@ LABEL org.opencontainers.image.url="https://github.com/uselagoon/lagoon-images"
1010
LABEL org.opencontainers.image.version="${LAGOON_VERSION}"
1111
LABEL org.opencontainers.image.description="Node.js 20 image optimised for running in Lagoon in production and locally"
1212
LABEL org.opencontainers.image.title="uselagoon/node-20"
13-
LABEL org.opencontainers.image.base.name="docker.io/node:20-alpine3.20"
13+
LABEL org.opencontainers.image.base.name="docker.io/node:20-alpine3.21"
1414

1515
ENV LAGOON=node
1616

images/node/22.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG IMAGE_REPO
22
FROM ${IMAGE_REPO:-lagoon}/commons AS commons
3-
FROM node:22.12-alpine3.20
3+
FROM node:22.13-alpine3.21
44

55
ARG LAGOON_VERSION
66
ENV LAGOON_VERSION=$LAGOON_VERSION
@@ -10,7 +10,7 @@ LABEL org.opencontainers.image.url="https://github.com/uselagoon/lagoon-images"
1010
LABEL org.opencontainers.image.version="${LAGOON_VERSION}"
1111
LABEL org.opencontainers.image.description="Node.js 22 image optimised for running in Lagoon in production and locally"
1212
LABEL org.opencontainers.image.title="uselagoon/node-22"
13-
LABEL org.opencontainers.image.base.name="docker.io/node:22-alpine3.20"
13+
LABEL org.opencontainers.image.base.name="docker.io/node:22-alpine3.21"
1414

1515
ENV LAGOON=node
1616

images/php-cli/8.1.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN apk add -U --repository http://dl-cdn.alpinelinux.org/alpine/v3.19/main mari
2222
git \
2323
gzip \
2424
mongodb-tools \
25-
nodejs=~20 \
25+
nodejs=~22 \
2626
npm \
2727
openssh-client \
2828
openssh-sftp-server \

images/php-cli/8.2.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN apk add -U --repository http://dl-cdn.alpinelinux.org/alpine/v3.19/main mari
2222
git \
2323
gzip \
2424
mongodb-tools \
25-
nodejs=~20 \
25+
nodejs=~22 \
2626
npm \
2727
openssh-client \
2828
openssh-sftp-server \

images/php-cli/8.3.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN apk add -U --repository http://dl-cdn.alpinelinux.org/alpine/v3.19/main mari
2222
git \
2323
gzip \
2424
mongodb-tools \
25-
nodejs=~20 \
25+
nodejs=~22 \
2626
npm \
2727
openssh-client \
2828
openssh-sftp-server \

images/php-cli/8.4.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN apk add -U --repository http://dl-cdn.alpinelinux.org/alpine/v3.19/main mari
2222
git \
2323
gzip \
2424
mongodb-tools \
25-
nodejs=~20 \
25+
nodejs=~22 \
2626
npm \
2727
openssh-client \
2828
openssh-sftp-server \

0 commit comments

Comments
 (0)