diff --git a/server/Dockerfile b/server/Dockerfile index 4cd08d690..35c35ec82 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -1,7 +1,7 @@ # https://docs.docker.com/build/attestations/sbom/#scan-build-context ARG BUILDKIT_SBOM_SCAN_CONTEXT=true -FROM rust:1.79-alpine AS compiler +FROM rust:1.80-alpine AS compiler # to ache the build this line inludes all the dependencys all servers need # this is not an issue since we copy the generated binary to a more minimal envornment