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

This commit is contained in:
Renovate Bot 2024-11-29 19:02:32 +00:00
parent 1c62348f18
commit 4977312f9f
1 changed files with 1 additions and 1 deletions

View File

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