Update node base images to 20.8.0

This commit is contained in:
Felipe Knorr Kuhn
2023-09-29 19:16:06 -07:00
parent ea2f39b18a
commit fba4759ba1
2 changed files with 3 additions and 3 deletions

View File

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