Skip to content

Commit

Permalink
chore(deps): bump alpine in /aries/agents/aath-backchannel
Browse files Browse the repository at this point in the history
Bumps alpine from 3.20.1 to 3.20.3.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 6887dc2 commit 30216ec
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.1 AS builder
FROM alpine:3.20.3 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.1
FROM alpine:3.20.3

ARG UID=1000
ARG GID=1000
Expand Down

0 comments on commit 30216ec

Please sign in to comment.