Skip to content

Commit

Permalink
build: update node22 to alpine 3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Dec 16, 2024
1 parent c14df28 commit 29ddcb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/node/22.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG IMAGE_REPO
FROM ${IMAGE_REPO:-lagoon}/commons AS commons
FROM node:22.12-alpine3.20
FROM node:22.12-alpine3.21

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

ENV LAGOON=node

Expand Down

0 comments on commit 29ddcb6

Please sign in to comment.