Bump Docker images to node v20.12.0 LTS

This commit is contained in:
Felipe Knorr Kuhn
2024-04-01 16:14:26 +09:00
parent 56b9715fc5
commit 8956ef4b43
2 changed files with 3 additions and 3 deletions

View File

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