Pin dependencies

PR created by Renovate Bot.
This commit is contained in:
Renovate 2024-08-01 04:44:47 +00:00
parent e88dfcc92a
commit aebce7e5de
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM rust:1.80-alpine3.20 AS chef FROM rust:1.80-alpine3.20@sha256:596c7fa13f7458097b8c88ad83f33420da0341e2f5b544e34d9aa18a22fe11d0 AS chef
ENV RUSTFLAGS="-C target-feature=-crt-static" ENV RUSTFLAGS="-C target-feature=-crt-static"
RUN apk add --no-cache openssl-dev musl-dev RUN apk add --no-cache openssl-dev musl-dev
RUN cargo install cargo-chef RUN cargo install cargo-chef
@ -18,7 +18,7 @@ COPY --from=dependencies /usr/src/kon/target /usr/src/kon/target
COPY . . COPY . .
RUN cargo build -rF production RUN cargo build -rF production
FROM alpine:3.20 FROM alpine:3.20@sha256:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef9ab5fbe9f5
RUN apk add --no-cache libgcc fluidsynth RUN apk add --no-cache libgcc fluidsynth
WORKDIR /kon WORKDIR /kon
COPY --from=builder /usr/src/kon/target/release/kon . COPY --from=builder /usr/src/kon/target/release/kon .

View File

@ -8,7 +8,7 @@ services:
- cache - cache
cache: cache:
container_name: kon-redis container_name: kon-redis
image: redis/redis-stack-server:7.4.0-rc2 image: redis/redis-stack-server:7.4.0-rc2@sha256:18550d52dc39be0bbdcb6a3df57eb34e774ae776b32dfd5f392859d06d470150
restart: unless-stopped restart: unless-stopped
ports: ports:
- 37935:6379/tcp - 37935:6379/tcp