Update rust Docker tag to v1.83.0
Unit Tests with docker compose and cargo / unit-test (push) Failing after 56s Details

This commit is contained in:
Renovate Bot 2024-12-03 10:30:27 +00:00
parent e45088c1a8
commit c3c185a836
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM rust:1.82.0-slim-bullseye AS build
FROM rust:1.83.0-slim-bullseye AS build
WORKDIR /app
ARG APP_NAME=mastodon-image-uploader-bot

View File

@ -26,7 +26,7 @@ services:
JWTSECRET: "cooljwtsecret"
bot:
image: rust:1.82.0-slim-bullseye
image: rust:1.83.0-slim-bullseye
container_name: bot
working_dir: /app
entrypoint: ["cargo"]