Skip to content

Commit 15567c4

Browse files
Update rust:slim Docker digest to 1b2d3c9 (#110)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e67a84d commit 15567c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Copyright 2024 Dotanuki Labs
22
# SPDX-License-Identifier: MIT
33

4-
FROM rust:slim@sha256:4702f80ef4c797815652b9e7ce830af888133754a844cf661c21315905a351c9 AS builder
4+
FROM rust:slim@sha256:1b2d3c90bad6287266377cf9e7aa2c80001ae632dff3085284aee1db9a13ea2f AS builder
55

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

10-
FROM rust:slim@sha256:4702f80ef4c797815652b9e7ce830af888133754a844cf661c21315905a351c9
10+
FROM rust:slim@sha256:1b2d3c90bad6287266377cf9e7aa2c80001ae632dff3085284aee1db9a13ea2f
1111
COPY --from=builder /usr/local/cargo/ /usr/local/cargo/
1212
COPY ./callinectes.sh /bin/callinectes
1313

0 commit comments

Comments
 (0)