diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 15bbaca049794ac30733ccf1f682d66bfbfd1328..589eb91da4fea4d5828c1a1cbf1b4d63a1c4fc49 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ # SPDX-License-Identifier: MIT OR Apache-2.0 --- -image: git.opentalk.dev:5050/opentalk/backend/containers/rust:1.85.0-bookworm +image: git.opentalk.dev:5050/opentalk/backend/containers/rust:1.86.0-bookworm .default_job_condition: &default_job_condition needs: [] diff --git a/ci/Dockerfile b/ci/Dockerfile index 8f442824dcb45a9c10a64110c1cc1906ccda56d3..a004cfb7a42c4481316bbab0d19f85957607d9d7 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: MIT OR Apache-2.0 -FROM git.opentalk.dev:5050/opentalk/backend/containers/rust:1.85.0-bookworm AS builder +FROM git.opentalk.dev:5050/opentalk/backend/containers/rust:1.86.0-bookworm AS builder WORKDIR /terdoc