We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f35c36 commit bd4bd00Copy full SHA for bd4bd00
pkg/internal/regressiontests/internal/typescript/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:24.11.0-alpine@sha256:eb7e57db68d1b59e87cb22ae943d2826aa6b0d3a4175a23ca965f49526a1a664 AS base
+FROM node:24.11.0-alpine@sha256:f36fed0b2129a8492535e2853c64fbdbd2d29dc1219ee3217023ca48aebd3787 AS base
2
WORKDIR /app
3
4
RUN apk update && apk add --no-cache protoc protobuf-dev
@@ -15,7 +15,7 @@ COPY src ./src
15
RUN npm run build
16
17
18
-FROM node:24.11.0-alpine@sha256:eb7e57db68d1b59e87cb22ae943d2826aa6b0d3a4175a23ca965f49526a1a664
+FROM node:24.11.0-alpine@sha256:f36fed0b2129a8492535e2853c64fbdbd2d29dc1219ee3217023ca48aebd3787
19
20
ENV NODE_ENV=production
21
COPY --from=base /app/package.json ./package.json
0 commit comments