Skip to content

Commit

Permalink
chore(deps): bump alpine in /aries/agents/aath-backchannel (hyperledg…
Browse files Browse the repository at this point in the history
…er#1238)

Bumps alpine from 3.20.0 to 3.20.1.

---
updated-dependencies:
- dependency-name: alpine
  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 and alberto-instnt committed Sep 10, 2024
1 parent 0c53547 commit d322623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aries/agents/aath-backchannel/Dockerfile.aries-vcx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20.0 AS builder
FROM alpine:3.20.1 AS builder

ARG UID=1000
ARG GID=1000
Expand Down Expand Up @@ -26,7 +26,7 @@ COPY --chown=aries:aries . vcx
WORKDIR /home/aries/vcx
RUN cargo build --bin aries-vcx-backchannel

FROM alpine:3.20.0
FROM alpine:3.20.1

ARG UID=1000
ARG GID=1000
Expand Down

0 comments on commit d322623

Please sign in to comment.