Skip to content

Commit 7d4b44d

Browse files
authored
🔀 Merge pull request #110 from Bloom-Perf:renovate/pin-dependencies
⬆️ Pin dependencies
2 parents 1adbdf3 + affae25 commit 7d4b44d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 rust:1.82-alpine3.20 AS builder
1+
FROM --platform=linux/amd64 rust:1.82-alpine3.20@sha256:2f42ce0d00c0b14f7fd84453cdc93ff5efec5da7ce03ead6e0b41adb1fbe834e AS builder
22

33
RUN apk add --no-cache clang lld musl-dev pkgconf openssl-dev openssl-libs-static
44

@@ -17,7 +17,7 @@ RUN touch /usr/src/mochi/src/main.rs
1717

1818
RUN cargo build --target x86_64-unknown-linux-musl --release
1919

20-
FROM --platform=linux/amd64 alpine:3.20
20+
FROM --platform=linux/amd64 alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a
2121

2222
WORKDIR /usr/local/bin
2323
COPY --from=builder /usr/src/mochi/target/x86_64-unknown-linux-musl/release/mochi ./

0 commit comments

Comments
 (0)