1
0

chore(deps): pin node.js (#3895)

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3895
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
renovate
2024-01-16 11:49:00 +00:00
committed by konrad
parent 01089f4f3d
commit 00588cf59f
2 changed files with 9 additions and 9 deletions

View File

@ -3,7 +3,7 @@
# │─││ │││ │ │
# ┘─┘┘─┘┘┘─┘┘─┘
FROM --platform=$BUILDPLATFORM node:20.11-alpine AS builder
FROM --platform=$BUILDPLATFORM node:20.11.0-alpine AS builder
WORKDIR /build