Skip to content

Commit

Permalink
fix(docker): bump node from 21.1.0-alpine3.17 to 21.2.0-alpine3.17
Browse files Browse the repository at this point in the history
Bumps node from 21.1.0-alpine3.17 to 21.2.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>
  • Loading branch information
dependabot[bot] committed Nov 16, 2023
1 parent 59720e8 commit adde832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=${TARGETPLATFORM} node:21.1.0-alpine3.17@sha256:c8e4f0ad53631bbf60449e394a33c5b8b091343a8702bd03615c7c13ae4c445d as build
FROM --platform=${TARGETPLATFORM} node:21.2.0-alpine3.17@sha256:cd6b06900e17546ffd7ffa5bf2f266a5afd1b8bdd73362ceabc97ea0b104dc6c as build

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

# start new image for lower size
FROM --platform=${TARGETPLATFORM} node:21.1.0-alpine3.17@sha256:c8e4f0ad53631bbf60449e394a33c5b8b091343a8702bd03615c7c13ae4c445d
FROM --platform=${TARGETPLATFORM} node:21.2.0-alpine3.17@sha256:cd6b06900e17546ffd7ffa5bf2f266a5afd1b8bdd73362ceabc97ea0b104dc6c

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

0 comments on commit adde832

Please sign in to comment.