Skip to content

Commit

Permalink
docker: bump rust in /rustybgp (jauderho#3553)
Browse files Browse the repository at this point in the history
Bumps rust from 1.79.0-alpine3.20 to 1.80.0-alpine3.20.

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

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 Jul 29, 2024
1 parent 6d4994e commit b045745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustybgp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#FROM rust:bullseye AS build
FROM rust:1.79.0-alpine3.20@sha256:cc9b42c44d37caccb8f7c366f19f5a41ca0f20f826fb043be073167308b6073d AS build
FROM rust:1.80.0-alpine3.20@sha256:596c7fa13f7458097b8c88ad83f33420da0341e2f5b544e34d9aa18a22fe11d0 AS build
#FROM ghcr.io/jauderho/alpine:3.20.2@sha256:6f037df56ca0bf09c6854daa341457f5105b1f2ec73b52bc5090026770feb1be AS build

WORKDIR /usr/src/github.com/osrg/rustybgp/
Expand Down

0 comments on commit b045745

Please sign in to comment.