chore: bump node to 18.15

This commit is contained in:
Nicolas Meienberger 2023-04-20 07:53:02 +02:00 committed by Nicolas Meienberger
parent 2e5cb6b2b0
commit 3e9e7ce808
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
ARG NODE_VERSION="18.12.1"
ARG NODE_VERSION="18.15"
ARG ALPINE_VERSION="3.16"
FROM node:${NODE_VERSION}-alpine${ALPINE_VERSION} AS node_base

View File

@ -1,4 +1,4 @@
ARG NODE_VERSION="18.12.1"
ARG NODE_VERSION="18.15"
ARG ALPINE_VERSION="3.16"
FROM node:${NODE_VERSION}-alpine${ALPINE_VERSION}