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.15.4 to 3.20.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
1 parent 46ce065 commit c7c0f1d
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.15.4 AS builder
FROM alpine:3.20.0 AS builder

ARG UID=1000
ARG GID=1000
Expand Down Expand Up @@ -27,7 +27,7 @@ WORKDIR ./aries-vcx-backchannel
COPY --chown=indy:indy ./aries-vcx/Cargo.lock ./aries-vcx/Cargo.toml ./
RUN cargo build

FROM alpine:3.15.4
FROM alpine:3.20.0

ARG UID=1000
ARG GID=1000
Expand Down

0 comments on commit c7c0f1d

Please sign in to comment.