Skip to content

Commit a5f36b7

Browse files
chore: update Node base image to 24
1 parent 7cdea0d commit a5f36b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG RUN
22

3-
FROM node:24-alpine as builderenv
3+
FROM node:24-alpine@sha256:5fa278c599dbba0c8f873d8717d50ecbb57c5ae6a53b7ab240c25135e0b65995 as builderenv
44

55
WORKDIR /app
66

@@ -18,7 +18,7 @@ RUN yarn install --prod --frozen-lockfile
1818

1919
########################## END OF BUILD STAGE ##########################
2020

21-
FROM node:24-alpine
21+
FROM node:24-alpine@sha256:5fa278c599dbba0c8f873d8717d50ecbb57c5ae6a53b7ab240c25135e0b65995
2222

2323
RUN apk update && apk add --update wget && apk add --update tini
2424

0 commit comments

Comments
 (0)