We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e67a84d commit 15567c4Copy full SHA for 15567c4
Dockerfile
@@ -1,13 +1,13 @@
1
# Copyright 2024 Dotanuki Labs
2
# SPDX-License-Identifier: MIT
3
4
-FROM rust:slim@sha256:4702f80ef4c797815652b9e7ce830af888133754a844cf661c21315905a351c9 AS builder
+FROM rust:slim@sha256:1b2d3c90bad6287266377cf9e7aa2c80001ae632dff3085284aee1db9a13ea2f AS builder
5
6
RUN apt-get update && apt-get install -qy pkg-config libssl-dev
7
COPY ./cargo-plugins.sh /bin/cargo-plugins.sh
8
RUN cargo-plugins.sh
9
10
-FROM rust:slim@sha256:4702f80ef4c797815652b9e7ce830af888133754a844cf661c21315905a351c9
+FROM rust:slim@sha256:1b2d3c90bad6287266377cf9e7aa2c80001ae632dff3085284aee1db9a13ea2f
11
COPY --from=builder /usr/local/cargo/ /usr/local/cargo/
12
COPY ./callinectes.sh /bin/callinectes
13
0 commit comments