Update rust Docker tag to v1.82.0 #11

Merged
bizcochito merged 1 commits from renovate/rust-1.x into main 2024-12-01 11:13:54 +00:00
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