fix issues with time
This commit is contained in:
parent
fdad62f0b2
commit
ceb57052ed
File diff suppressed because it is too large
Load Diff
|
@ -7,10 +7,8 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
# Create a stage for building the application.
|
# Create a stage for building the application.
|
||||||
|
|
||||||
ARG RUST_VERSION=1.71.0
|
|
||||||
ARG APP_NAME=mastodon-image-uploader-bot
|
ARG APP_NAME=mastodon-image-uploader-bot
|
||||||
FROM rust:${RUST_VERSION}-slim-bullseye AS build
|
FROM rust:1.79.0-slim-bullseye AS build
|
||||||
ARG APP_NAME
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN apt update && apt install pkg-config openssl libssl-dev -y
|
RUN apt update && apt install pkg-config openssl libssl-dev -y
|
||||||
# Build the application.
|
# Build the application.
|
||||||
|
|
Loading…
Reference in New Issue