Update deps
Some checks failed
Build docker image / Build-Docker-Image (push) Has been cancelled

This commit is contained in:
2025-03-23 13:40:20 +01:00
parent 79afd1b0a2
commit b5fa259cec
3 changed files with 44 additions and 38 deletions

View File

@@ -1,4 +1,4 @@
FROM rust:bullseye AS builder
FROM rust:bookworm AS builder
WORKDIR /app
@@ -7,7 +7,7 @@ COPY . .
RUN cargo build --release --bin users_settings_server
FROM debian:bullseye-slim
FROM debian:bookworm-slim
RUN apt-get update \
&& apt-get install -y openssl ca-certificates curl jq \