diff --git a/Dockerfile b/Dockerfile index e5d130b..febe68b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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