Update node Docker tag to v18

This commit is contained in:
Renovate Bot 2022-11-08 22:02:27 +00:00 committed by Kasper Seweryn
commit 903da25bf3
3 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
FROM node:16-alpine as builder
FROM node:18-alpine as builder
WORKDIR /app
COPY package.json yarn.lock /app/