From c3c185a836b9ec7e4af7016f9b66c6ace341da14 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 3 Dec 2024 10:30:27 +0000 Subject: [PATCH] Update rust Docker tag to v1.83.0 --- Dockerfile | 2 +- compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"]