Skip to content

Commit

Permalink
fix(docker): bump node from d04e594 to e2a7e89
Browse files Browse the repository at this point in the history
Bumps node from `d04e594` to `e2a7e89`.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 8, 2023
1 parent 16141ff commit 3163a05
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:18.17.0-alpine3.17@sha256:d04e594a9834bed3290a9ec5fadcca98d92ea4e042c413da4aa146a35dba54f1 as build
FROM --platform=${TARGETPLATFORM} node:18.17.0-alpine3.17@sha256:e2a7e89f641a2189e48bde54a30f94ff0e525568944f3bcad53165f66a58666a 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:18.17.0-alpine3.17@sha256:d04e594a9834bed3290a9ec5fadcca98d92ea4e042c413da4aa146a35dba54f1
FROM --platform=${TARGETPLATFORM} node:18.17.0-alpine3.17@sha256:e2a7e89f641a2189e48bde54a30f94ff0e525568944f3bcad53165f66a58666a

# 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 3163a05

Please sign in to comment.