1
0

chore(deps): update dependency node to v20.16.0

(cherry picked from commit 670e60527512813897c1d396d00016efbca7c83d)
This commit is contained in:
kolaente
2024-08-12 12:26:53 +02:00
parent da0b741b69
commit 53605c24f0
4 changed files with 13 additions and 12 deletions

View File

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM --platform=$BUILDPLATFORM node:20.14.0-alpine AS frontendbuilder
FROM --platform=$BUILDPLATFORM node:20.16.0-alpine AS frontendbuilder
WORKDIR /build