chore(deps): update rust docker tag to v1.81
Some checks are pending
Build Docker Image / Explore-Gitea-Actions (push) Successful in 1m43s
Build and Push Docker Image / Build And Push Docker Image (push) Waiting to run

This commit was merged in pull request #4.
This commit is contained in:
2024-09-15 10:46:32 +00:00
parent b72021799c
commit 74e4b4d318

View File

@@ -1,4 +1,4 @@
FROM rust:1.70@sha256:dbdf8893bda954a9d222e1385516fe583d37befffaa274ab97874ec30fa4bcef as builder FROM rust:1.81@sha256:fcd390e0a3a6bfcf26969861efbe7b864df052aa71a361cf3cd7c5c585b1b413 as builder
WORKDIR ./src/ WORKDIR ./src/
COPY . . COPY . .
RUN cargo install --path . RUN cargo install --path .