Bump node to latest LTS v16.13

This commit is contained in:
timvisee
2021-12-01 18:20:43 +01:00
parent e695a8b481
commit 610e036e26
3 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
# Build project
FROM node:current-alpine AS builder
FROM node:16.13-alpine3.13 AS builder
ENV NODE_OPTIONS=--openssl-legacy-provider
RUN set -x \
# Add user
@@ -27,7 +27,7 @@ RUN set -x \
# Main image
FROM node:current-alpine
FROM node:16.13-alpine3.13
ENV NODE_OPTIONS=--openssl-legacy-provider
RUN set -x \
# Add user