Skip to content

Commit

Permalink
chore(deps): update rust docker tag to v1.77.1 (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 2, 2024
1 parent 0889e9b commit 17134d4
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,12 +1,12 @@
FROM rust:1.77.0 as build
FROM rust:1.77.1 as build

WORKDIR /image-proxy

COPY . .

RUN cargo build --release

FROM rust:1.77.0
FROM rust:1.77.1

COPY --from=build /image-proxy/target/release/image-proxy .

Expand Down

0 comments on commit 17134d4

Please sign in to comment.