Skip to content

Commit 6bb237b

Browse files
chore(deps): bump node from 20.16.0-alpine3.20 to 24.1.0-alpine3.20
Bumps node from 20.16.0-alpine3.20 to 24.1.0-alpine3.20. --- updated-dependencies: - dependency-name: node dependency-version: 24.1.0-alpine3.20 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b948419 commit 6bb237b

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 node:20.16.0-alpine3.20 as build
1+
FROM node:24.1.0-alpine3.20 as build
22

33
COPY package*.json /
44

@@ -8,7 +8,7 @@ COPY . .
88

99
RUN npm run build
1010

11-
FROM node:20.16.0-alpine3.20
11+
FROM node:24.1.0-alpine3.20
1212

1313
RUN apk --no-cache add git
1414

0 commit comments

Comments
 (0)