Skip to content

Commit 0e64f0f

Browse files
Bump node from 16.15.0-alpine to 18.8.0-alpine
Bumps node from 16.15.0-alpine to 18.8.0-alpine. --- updated-dependencies: - dependency-name: node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8ac9580 commit 0e64f0f

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:18.8.0-alpine@sha256:8437bc872a71f3b15a384ff32d098a68e06b440c0d9ec3eb4b4fa26ca16f2b30 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:18-alpine
22

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

0 commit comments

Comments
 (0)