Skip to content

Commit bce44fd

Browse files
Bump node from 14-alpine to 24-alpine
Bumps node from 14-alpine to 24-alpine. --- updated-dependencies: - dependency-name: node dependency-version: 24-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 22f879a commit bce44fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# --------------------------------------------------------------------------------
44
# BASE IMAGE
55
# --------------------------------------------------------------------------------
6-
FROM node:16.15.0-alpine@sha256:1a9a71ea86aad332aa7740316d4111ee1bd4e890df47d3b5eff3e5bded3b3d10 as base
6+
FROM node:24.0.0-alpine@sha256:7804c7734b3e0cf647ab8273a1d4cda776123145da5952732f3dca9e742ddca0 as base
77

88
# This directory is owned by the node user
99
ARG APP_HOME=/home/node/app

Dockerfile.openapi_decorator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:14-alpine
1+
FROM node:24-alpine
22

33
RUN apk add --no-cache git python make g++
44

0 commit comments

Comments
 (0)