Skip to content

Commit

Permalink
Merge pull request #134 from uselagoon/renovate/main-node-12.x
Browse files Browse the repository at this point in the history
Update node Docker tag to v12.22 (main)
  • Loading branch information
Toby Bellwood authored Apr 9, 2021
2 parents 4ce8725 + f64b1a2 commit cfcd899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/node/12.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:12.21-alpine3.12
FROM node:12.22-alpine3.12

LABEL maintainer="amazee.io"
ENV LAGOON=node
Expand Down

0 comments on commit cfcd899

Please sign in to comment.