File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- FROM public.ecr.aws/docker/library/node:24-alpine@sha256:2867d550cf9d8bb50059a0fff528741f11a84d985c732e60e19e8e75c7239c43 AS builder
1+ FROM public.ecr.aws/docker/library/node:24-alpine@sha256:7e0bd0460b26eb3854ea5b99b887a6a14d665d14cae694b78ae2936d14b2befb AS builder
22
33# Set build arguments
44ARG VERSION=dev
@@ -23,7 +23,7 @@ COPY . .
2323RUN npm run build
2424
2525# Use a smaller base image for the release
26- FROM public.ecr.aws/docker/library/node:24-alpine@sha256:2867d550cf9d8bb50059a0fff528741f11a84d985c732e60e19e8e75c7239c43 AS release
26+ FROM public.ecr.aws/docker/library/node:24-alpine@sha256:7e0bd0460b26eb3854ea5b99b887a6a14d665d14cae694b78ae2936d14b2befb AS release
2727
2828# Install ca-certificates for HTTPS requests
2929RUN apk add --no-cache ca-certificates
You can’t perform that action at this time.
0 commit comments