Skip to content

Commit

Permalink
fix: extra v
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving committed Jan 10, 2024
1 parent 9881d7b commit 5161e9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion apps/bitwarden-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ FROM debian:sid

ARG TARGETPLATFORM
ARG VERSION
ARG CHANNEL

WORKDIR /usr/local/bin

Expand Down
4 changes: 2 additions & 2 deletions apps/tf-runner-bitwarden/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG VERSION=v0.15.1
ARG VERSION=0.15.1
ARG TARGETPLATFORM

# renovate: datasource=github-releases depName=hashicorp/terraform versioning=docker
Expand All @@ -15,4 +15,4 @@ RUN apk add --no-cache npm && npm i -g @bitwarden/cli@${BW_VERSION}

COPY --from=terraform --chown=65532:65532 /bin/terraform /usr/local/bin/terraform

USER 65532:65532
USER 65532:65532

0 comments on commit 5161e9b

Please sign in to comment.