Update rust Docker tag to v1.83.0
Unit Tests with docker compose and cargo / unit-test (push) Failing after 56s
Details
Unit Tests with docker compose and cargo / unit-test (push) Failing after 56s
Details
This commit is contained in:
parent
e45088c1a8
commit
c3c185a836
|
@ -1,6 +1,6 @@
|
||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
FROM rust:1.82.0-slim-bullseye AS build
|
FROM rust:1.83.0-slim-bullseye AS build
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
ARG APP_NAME=mastodon-image-uploader-bot
|
ARG APP_NAME=mastodon-image-uploader-bot
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ services:
|
||||||
JWTSECRET: "cooljwtsecret"
|
JWTSECRET: "cooljwtsecret"
|
||||||
|
|
||||||
bot:
|
bot:
|
||||||
image: rust:1.82.0-slim-bullseye
|
image: rust:1.83.0-slim-bullseye
|
||||||
container_name: bot
|
container_name: bot
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
entrypoint: ["cargo"]
|
entrypoint: ["cargo"]
|
||||||
|
|
Loading…
Reference in New Issue