diff --git a/.node-version b/.node-version index 33db3f0ea4..656c90052e 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -15.11.0 +15.12.0 diff --git a/Dockerfile b/Dockerfile index 565f22c0fc..46d53f366e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:15.11.0-alpine3.13 AS builder +FROM node:15.12.0-alpine3.13 AS builder LABEL org.opencontainers.image.source="/~https://github.com/jef/streetmerchant" @@ -15,7 +15,7 @@ COPY src/ src/ RUN npm run compile RUN npm prune --production -FROM node:15.11.0-alpine3.13 +FROM node:15.12.0-alpine3.13 RUN apk add --no-cache chromium