Bump node in Dockerfile

This commit is contained in:
Yarmo Mackenbach 2022-09-10 16:26:21 +02:00
parent bd4a9d551e
commit dfa8086d7a
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1

View file

@ -1,4 +1,4 @@
FROM node:14-alpine
FROM node:16-alpine
WORKDIR /app
COPY . .
RUN yarn --production --pure-lockfile