Update rust Docker tag to v1.83.0
Unit Tests with docker compose and cargo / unit-test (push) Successful in 1m39s Details

This commit is contained in:
Renovate Bot 2024-12-02 22:01:22 +00:00
parent 0f307b36cc
commit 8151498bf7
1 changed files with 1 additions and 1 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