Skip to content

Commit 751dad2

Browse files
committed
try fix grype 2
1 parent de08468 commit 751dad2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/frontend/Dockerfile.prod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20-alpine3.20 AS base
1+
FROM node:20-alpine3.21 AS base
22

33
WORKDIR /home/rafiki
44

@@ -28,7 +28,7 @@ RUN --mount=type=cache,id=pnpm,target=/pnpm/store \
2828
--prod \
2929
| grep -v "cross-device link not permitted\|Falling back to copying packages from store"
3030

31-
FROM base AS builder
31+
FROM base AS builder
3232

3333
COPY package.json pnpm-workspace.yaml .npmrc tsconfig.json tsconfig.build.json ./
3434
COPY packages/frontend ./packages/frontend

0 commit comments

Comments
 (0)