Skip to content

Commit 57b84e8

Browse files
fix(docker): bump node from 18.17.1-alpine3.17 to 18.18.0-alpine3.17
Bumps node from 18.17.1-alpine3.17 to 18.18.0-alpine3.17. --- updated-dependencies: - dependency-name: node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 818ccee commit 57b84e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=${TARGETPLATFORM} node:18.17.1-alpine3.17@sha256:7186663f5c94e0f5e389304c748a2d5b5e5f8c941d305c3bae4f68a70b264261 as build
1+
FROM --platform=${TARGETPLATFORM} node:18.18.0-alpine3.17@sha256:8cdc5ff72de424adca7217dfc9a6c4ab3f244673789243d0559a6204e0439a24 as build
22

33
# set app basepath
44
ENV HOME=/home/app
@@ -26,7 +26,7 @@ RUN pnpm install --prod --frozen-lockfile --ignore-scripts
2626
RUN rm -rf $PROJECT_WORKDIR/.pnpm-store
2727

2828
# start new image for lower size
29-
FROM --platform=${TARGETPLATFORM} node:18.17.1-alpine3.17@sha256:7186663f5c94e0f5e389304c748a2d5b5e5f8c941d305c3bae4f68a70b264261
29+
FROM --platform=${TARGETPLATFORM} node:18.18.0-alpine3.17@sha256:8cdc5ff72de424adca7217dfc9a6c4ab3f244673789243d0559a6204e0439a24
3030

3131
# dumb-init registers signal handlers for every signal that can be caught
3232
RUN apk update && apk add --no-cache dumb-init

0 commit comments

Comments
 (0)