Skip to content

Commit

Permalink
Bump node from 20.8.1-bookworm-slim to 21.0.0-bookworm-slim
Browse files Browse the repository at this point in the history
Bumps node from 20.8.1-bookworm-slim to 21.0.0-bookworm-slim.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 20, 2023
1 parent dd3d183 commit 8d190bc
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 @@ WORKDIR /app
COPY target/aarch64-unknown-linux-gnu/release/bitwarden-secrets-operator bitwarden-secrets-operator-arm64
COPY target/x86_64-unknown-linux-gnu/release/bitwarden-secrets-operator bitwarden-secrets-operator-amd64

FROM node:20.8.1-bookworm-slim
FROM node:21.0.0-bookworm-slim
WORKDIR /app
ARG TARGETARCH
RUN npm install -g @bitwarden/cli
Expand Down

0 comments on commit 8d190bc

Please sign in to comment.