From 11e22410d5b33eed88883ec4586c9319e58102de Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Mon, 5 Jun 2023 07:37:12 +1000 Subject: [PATCH] Additional 3.18 updates --- images/mariadb/10.11.Dockerfile | 1 - images/node/16.Dockerfile | 2 +- images/node/18.Dockerfile | 2 +- images/node/20.Dockerfile | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/images/mariadb/10.11.Dockerfile b/images/mariadb/10.11.Dockerfile index 24a3e39f1..6f1bd4943 100644 --- a/images/mariadb/10.11.Dockerfile +++ b/images/mariadb/10.11.Dockerfile @@ -1,6 +1,5 @@ ARG IMAGE_REPO FROM ${IMAGE_REPO:-lagoon}/commons as commons -# Held at 3.17.x to ensure mariadb 10.6 whilst we evaluate upgrade path FROM alpine:3.18.0 LABEL org.opencontainers.image.authors="The Lagoon Authors" maintainer="The Lagoon Authors" diff --git a/images/node/16.Dockerfile b/images/node/16.Dockerfile index 989f53b1e..4645cc502 100644 --- a/images/node/16.Dockerfile +++ b/images/node/16.Dockerfile @@ -1,6 +1,6 @@ ARG IMAGE_REPO FROM ${IMAGE_REPO:-lagoon}/commons as commons -FROM node:16.20-alpine3.17 +FROM node:16.20-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" diff --git a/images/node/18.Dockerfile b/images/node/18.Dockerfile index 71e87d76d..31e11d7da 100644 --- a/images/node/18.Dockerfile +++ b/images/node/18.Dockerfile @@ -1,6 +1,6 @@ ARG IMAGE_REPO FROM ${IMAGE_REPO:-lagoon}/commons as commons -FROM node:18.16-alpine3.17 +FROM node:18.16-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" diff --git a/images/node/20.Dockerfile b/images/node/20.Dockerfile index b58d183c6..a81d65287 100644 --- a/images/node/20.Dockerfile +++ b/images/node/20.Dockerfile @@ -1,6 +1,6 @@ ARG IMAGE_REPO FROM ${IMAGE_REPO:-lagoon}/commons as commons -FROM node:20.2-alpine3.17 +FROM node:20.2-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"