Set Dockerfiles to use Node v16.10.0

This commit is contained in:
Felipe Knorr Kuhn
2021-12-06 23:52:23 -08:00
parent eaed87337b
commit 0c9c69cfc4
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM node:12-buster-slim AS builder
FROM node:16.10.0-buster-slim AS builder
ARG commitHash
ENV DOCKER_COMMIT_HASH=${commitHash}