Skip to content

Commit 9f4b75d

Browse files
build(deps): bump node image sha (#24)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6abf721 commit 9f4b75d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.19.0-alpine@sha256:67bb653363ee5f3aa8b132cb3f800f202bb5fb244f7cf0669225737ee84d30cd AS builder
1+
FROM node:22.19.0-alpine@sha256:d2166de198f26e17e5a442f537754dd616ab069c47cc57b889310a717e0abbf9 AS builder
22

33
WORKDIR /app
44

@@ -13,7 +13,7 @@ RUN npm run build
1313
RUN --mount=type=cache,target=/root/.npm npm ci --omit=dev --ignore-scripts
1414
RUN rm -fr src tsconfig.* package-lock.json
1515

16-
FROM node:22.19.0-alpine@sha256:67bb653363ee5f3aa8b132cb3f800f202bb5fb244f7cf0669225737ee84d30cd
16+
FROM node:22.19.0-alpine@sha256:d2166de198f26e17e5a442f537754dd616ab069c47cc57b889310a717e0abbf9
1717

1818
WORKDIR /app
1919

0 commit comments

Comments
 (0)