Update the recommended node version to v16.5.0 (LTS)

This commit is contained in:
Felipe Knorr Kuhn
2022-05-09 21:59:09 -07:00
parent 953f9405fc
commit 212cced969
6 changed files with 8 additions and 8 deletions

View File

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