Skip to content

Commit 81379ae

Browse files
Bump node from 14-alpine to 25-alpine
Bumps node from 14-alpine to 25-alpine. --- updated-dependencies: - dependency-name: node dependency-version: 25-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 22f879a commit 81379ae

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:25.0.0-alpine@sha256:bce79c648e05d584ad9ae2b45ed663ae6f07ebfa9e5fe6f5b7f0165aca06e792 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:25-alpine
22

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

0 commit comments

Comments
 (0)