Skip to content

Commit

Permalink
build(deps): Bump node from 8c65df5 to 80c9b96 (#2201)
Browse files Browse the repository at this point in the history
Bumps node from `8c65df5` to `80c9b96`.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 19, 2024
1 parent 90569ca commit 6184fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0
#*********************************************************************/
### STAGE 1: Build ###
FROM node:22-bullseye-slim@sha256:8c65df5951d957f9c3239a10a5eda4fc17505fd7c3fe69f602b34e4b2cb84390 as build
FROM node:22-bullseye-slim@sha256:80c9b96d59e83fa41e14e3d90953d52a875a60447efb74469cb195f0e64457bc as build
WORKDIR /usr/src/app
COPY package.json package-lock.json ./
RUN npm ci
Expand Down

0 comments on commit 6184fa2

Please sign in to comment.