Skip to content

Commit

Permalink
Update rust:slim Docker digest to 68142f4 (#74)
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 Dec 3, 2024
1 parent 132e93b commit e1cc5a4
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,13 +1,13 @@
# Copyright 2024 Dotanuki Labs
# SPDX-License-Identifier: MIT

FROM rust:slim@sha256:2808c258e14c25a1277d7ba6e653093ef00ba088dc73d99402a900e8cc218d5c AS builder
FROM rust:slim@sha256:68142f487f68f281bdc7a1e751ec5011e8c000550e60affa89b1e4a5ad80e06b AS builder

RUN apt-get update && apt-get install -qy pkg-config libssl-dev
COPY ./cargo-plugins.sh /bin/cargo-plugins.sh
RUN cargo-plugins.sh

FROM rust:slim@sha256:2808c258e14c25a1277d7ba6e653093ef00ba088dc73d99402a900e8cc218d5c
FROM rust:slim@sha256:68142f487f68f281bdc7a1e751ec5011e8c000550e60affa89b1e4a5ad80e06b
COPY --from=builder /usr/local/cargo/ /usr/local/cargo/
COPY ./callinectes.sh /bin/callinectes

Expand Down

0 comments on commit e1cc5a4

Please sign in to comment.