Skip to content

Commit

Permalink
chore: bump Docker builder image to 20-alpine3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
azasypkin committed Dec 25, 2023
1 parent eb99728 commit ab1e73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

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

0 comments on commit ab1e73d

Please sign in to comment.