Skip to content

Commit

Permalink
🔀 Merge pull request #110 from Bloom-Perf:renovate/pin-dependencies
Browse files Browse the repository at this point in the history
⬆️ Pin dependencies
be-next authored Dec 1, 2024
2 parents 1adbdf3 + affae25 commit 7d4b44d
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,4 +1,4 @@
FROM --platform=linux/amd64 rust:1.82-alpine3.20 AS builder
FROM --platform=linux/amd64 rust:1.82-alpine3.20@sha256:2f42ce0d00c0b14f7fd84453cdc93ff5efec5da7ce03ead6e0b41adb1fbe834e AS builder

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

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

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

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

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

0 comments on commit 7d4b44d

Please sign in to comment.