File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,10 @@ RUN apt-get update && apt-get -y --no-install-recommends install \
55 && rm -rf /var/lib/apt/lists/*
66WORKDIR /build
77COPY checksum checksum
8- ADD https://github.com/raviqqe/stak/archive/refs/tags/v0.10.22 .tar.gz stak.tar.gz
8+ ADD https://github.com/raviqqe/stak/archive/refs/tags/v0.10.23 .tar.gz stak.tar.gz
99RUN sha256sum stak.tar.gz && sha256sum -c checksum
1010RUN mkdir stak && tar -C stak --strip-components 1 -xf stak.tar.gz
1111WORKDIR /build/stak
12- # RUN cargo build
1312RUN cargo install stak --root /usr/local
1413
1514FROM debian:trixie-slim
Original file line number Diff line number Diff line change 1- 4a24b9d88fdcde77423c174ef9b80510f6b81606b79c7563d56fa7ac811fad17 stak.tar.gz
1+ da36ce7000c37e6d3ccc30e56e7b78a4f20e803317145e077fc423f197b56760 stak.tar.gz
You can’t perform that action at this time.
0 commit comments