Skip to content

Commit

Permalink
chore(deps): bump berglas to 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Nov 13, 2024
1 parent 07592a1 commit 32aeb65
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,6 +1,6 @@
# syntax=docker/dockerfile:1.3
ARG REQUIREMENTS_IMAGE
ARG BERGLAS_VERSION=1.0.3
ARG BERGLAS_VERSION=2.0.6
FROM us-docker.pkg.dev/berglas/berglas/berglas:$BERGLAS_VERSION as berglas

FROM $REQUIREMENTS_IMAGE
Expand All @@ -10,4 +10,4 @@ WORKDIR /app
COPY --chmod=755 --from=berglas /bin/berglas /usr/local/bin/berglas


COPY . /app/
COPY . /app/

0 comments on commit 32aeb65

Please sign in to comment.