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 diff --git a/compose.yaml b/compose.yaml index e64e978..e674e41 100644 --- a/compose.yaml +++ b/compose.yaml @@ -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"]