Skip to content

Commit db5ff42

Browse files
committed
Merge branch 'main' into feat/show-resource-errors
2 parents 76d5722 + 96b60c8 commit db5ff42

25 files changed

+1243
-168
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# BUILD STAGE
2-
FROM node:24-slim@sha256:3e94dd65fe94945f1777bcab2a2c6f23998590440369cd345af48a44fb381691 AS build-stage
2+
FROM node:24-slim@sha256:e34ad794b6b17522b9aa76b4dccf70cd68272fa4e9bcb092ee1f329a1de18a49 AS build-stage
33
WORKDIR /usr/src/app
44

55
# Copy package.json and package-lock.json
@@ -18,7 +18,7 @@ RUN npm prune --omit=dev
1818

1919

2020
# PRODUCTION STAGE
21-
FROM gcr.io/distroless/nodejs24-debian12@sha256:ca801d691284502b3b433d9fbd13f85b5c222f62b3716e2fa8838f72a8f5c17c AS production
21+
FROM gcr.io/distroless/nodejs24-debian12@sha256:ea1b7da0dc772436dd12d54e7cacbb74959be4ce0e0e7521a26360a4aee78d31 AS production
2222
WORKDIR /usr/src/app
2323

2424
# Copy built files

0 commit comments

Comments
 (0)