Skip to content

Commit bd4bd00

Browse files
committed
fix(Dockerfile): update Node.js image SHA256 reference
1 parent 0f35c36 commit bd4bd00

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.11.0-alpine@sha256:eb7e57db68d1b59e87cb22ae943d2826aa6b0d3a4175a23ca965f49526a1a664 AS base
1+
FROM node:24.11.0-alpine@sha256:f36fed0b2129a8492535e2853c64fbdbd2d29dc1219ee3217023ca48aebd3787 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.11.0-alpine@sha256:eb7e57db68d1b59e87cb22ae943d2826aa6b0d3a4175a23ca965f49526a1a664
18+
FROM node:24.11.0-alpine@sha256:f36fed0b2129a8492535e2853c64fbdbd2d29dc1219ee3217023ca48aebd3787
1919
WORKDIR /app
2020
ENV NODE_ENV=production
2121
COPY --from=base /app/package.json ./package.json

0 commit comments

Comments
 (0)