Skip to content

Commit 2bf4921

Browse files
chore(deps): update node.js to 7e0bd04
1 parent 9fa5943 commit 2bf4921

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 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
44
ARG VERSION=dev
@@ -23,7 +23,7 @@ COPY . .
2323
RUN 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
2929
RUN apk add --no-cache ca-certificates

0 commit comments

Comments
 (0)