Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit ab1e73d

Browse files
committed
chore: bump Docker builder image to 20-alpine3.19
1 parent eb99728 commit ab1e73d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM --platform=$BUILDPLATFORM node:20-alpine3.18 as UI_BUILDER
3+
FROM --platform=$BUILDPLATFORM node:20-alpine3.19 as UI_BUILDER
44
WORKDIR /app
55
COPY ["./*.json", "./.parcelrc", "./"]
66
RUN set -x && npm ci

0 commit comments

Comments
 (0)