chore(deps): update rust:1.81 docker digest to 7b7f7ae
All checks were successful
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 33s

This commit was merged in pull request #16.
This commit is contained in:
2024-10-17 22:01:24 +00:00
committed by renovate
parent 4a151e191c
commit 5e65cb18c6

View File

@@ -1,4 +1,4 @@
FROM rust:1.81@sha256:a21d54019c66e3a1e7512651e9a7de99b08f28d49b023ed7220b7fe4d3b9f24e AS builder FROM rust:1.81@sha256:7b7f7ae5e49819e708369d49925360bde2af4f1962842e75a14af17342f08262 AS builder
WORKDIR /app WORKDIR /app
COPY . . COPY . .
RUN cargo install --path . RUN cargo install --path .