Skip to content

Commit

Permalink
BAU: Bump arm64v8/node from 56e8282 to ca6b66f
Browse files Browse the repository at this point in the history
Bumps arm64v8/node from `56e8282` to `ca6b66f`.

---
updated-dependencies:
- dependency-name: arm64v8/node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 16, 2025
1 parent 962c550 commit b0610b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform="linux/arm64" arm64v8/node@sha256:56e8282f4392fb96c877babc93b3829e46b79c6fbcd48c92de578febffc80587 AS builder
FROM --platform="linux/arm64" arm64v8/node@sha256:ca6b66f27fcf37e6bcd2fae502090d83cb65a823564d506f3036dd69f6240992 AS builder

WORKDIR /app

Expand All @@ -18,7 +18,7 @@ RUN yarn build
RUN [ "rm", "-rf", "node_modules" ]
RUN yarn install --production --frozen-lockfile

FROM --platform="linux/arm64" arm64v8/node@sha256:56e8282f4392fb96c877babc93b3829e46b79c6fbcd48c92de578febffc80587 AS final
FROM --platform="linux/arm64" arm64v8/node@sha256:ca6b66f27fcf37e6bcd2fae502090d83cb65a823564d506f3036dd69f6240992 AS final

RUN apt-get update \
&& apt-get install -y --no-install-recommends curl tini \
Expand Down

0 comments on commit b0610b6

Please sign in to comment.