Skip to content

Commit 1f8e8fe

Browse files
chore(deps): bump node from 20.18.1-alpine to 20.18.3-alpine
Bumps node from 20.18.1-alpine to 20.18.3-alpine. --- updated-dependencies: - dependency-name: node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 72e68ba commit 1f8e8fe

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.18.1-alpine as ci
1+
FROM node:20.18.3-alpine as ci
22

33
ENV NODE_ENV=test
44
ENV BLUEBIRD_DEBUG=0
@@ -21,7 +21,7 @@ FROM ci as clean
2121
# below command removes the packages specified in devDependencies and set NODE_ENV to production
2222
RUN npm prune --production
2323
# --------------- Production stage
24-
FROM node:20.18.1-alpine AS prod
24+
FROM node:20.18.3-alpine AS prod
2525

2626
ENV NODE_ENV=production
2727
ENV NODE_PATH='dist'

0 commit comments

Comments
 (0)