1
0
mirror of synced 2025-12-19 09:57:42 -05:00

node:18.14-alpine (#34909)

This commit is contained in:
Peter Bengtsson
2023-02-21 12:57:05 -05:00
committed by GitHub
parent b223aa05f1
commit 7a873549a3
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
18.13.0
18.14

View File

@@ -5,7 +5,7 @@
# --------------------------------------------------------------------------------
# To update the sha, run `docker pull node:$VERSION-alpine`
# look for something like: `Digest: sha256:0123456789abcdef`
FROM node:18.13.0-alpine@sha256:fda98168118e5a8f4269efca4101ee51dd5c75c0fe56d8eb6fad80455c2f5827 as base
FROM node:18.14-alpine@sha256:045b1a1c90bdfd8fcaad0769922aa16c401e31867d8bf5833365b0874884bbae as base
# This directory is owned by the node user
ARG APP_HOME=/home/node/app

View File

@@ -1,4 +1,4 @@
FROM node:18.13.0-alpine
FROM node:18.14-alpine
RUN apk add --no-cache git python make g++