Skip to content

Commit

Permalink
build(deps): bump node from 21.7.1-alpine to 21.7.2-alpine (#22)
Browse files Browse the repository at this point in the history
Bumps node from 21.7.1-alpine to 21.7.2-alpine.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 7, 2024
1 parent 8d5d6c2 commit 94be019
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,5 +1,5 @@
# compile application
FROM node:21.7.1-alpine@sha256:577f8eb599858005100d84ef3fb6bd6582c1b6b17877a393cdae4bfc9935f068 AS builder
FROM node:21.7.2-alpine@sha256:ad255c65652e8e99ce0b9d9fc52eee3eae85f445b192f6f9e49a1305c77b2ba6 AS builder

WORKDIR /app

Expand All @@ -11,7 +11,7 @@ RUN pnpm build
RUN pnpm prune --prod

# bundle application
FROM node:21.7.1-alpine@sha256:577f8eb599858005100d84ef3fb6bd6582c1b6b17877a393cdae4bfc9935f068 AS bundle
FROM node:21.7.2-alpine@sha256:ad255c65652e8e99ce0b9d9fc52eee3eae85f445b192f6f9e49a1305c77b2ba6 AS bundle

WORKDIR /app

Expand Down

0 comments on commit 94be019

Please sign in to comment.