Skip to content

Commit 43a5995

Browse files
committed
fix(Dockerfile): correct node image SHA256 reference
1 parent 0b5d984 commit 43a5995

File tree

1 file changed

+2
-2
lines changed
  • pkg/internal/regressiontests/internal/typescript

1 file changed

+2
-2
lines changed

pkg/internal/regressiontests/internal/typescript/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24-alpine@sha256:f36fed0b2129a8492535e2853c64fbdbd24d9dc1219ee32170723ca48aebd3787 AS base
1+
FROM node:24-alpine@sha256:f36fed0b2129a8492535e2853c64fbdbd24d9dc1219ee32170723ca48aebd378 AS base
22
WORKDIR /app
33

44
RUN apk update && apk add --no-cache protoc protobuf-dev
@@ -15,7 +15,7 @@ COPY src ./src
1515
RUN npm run build
1616

1717

18-
FROM node:24-alpine@sha256:f36fed0b2129a8492535e2853c64fbdbd24d9dc1219ee32170723ca48aebd3787
18+
FROM node:24-alpine@sha256:f36fed0b2129a8492535e2853c64fbdbd24d9dc1219ee32170723ca48aebd378
1919
WORKDIR /app
2020
ENV NODE_ENV=production
2121
COPY --from=base /app/package.json ./package.json

0 commit comments

Comments
 (0)