aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Containerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Containerfile b/Containerfile
index b3b7ba3..80b9266 100644
--- a/Containerfile
+++ b/Containerfile
@@ -20,8 +20,7 @@ RUN cargo build --release
# ------------------------------------------------------------------------------
# Final Stage
# ------------------------------------------------------------------------------
-
-FROM scratch
+FROM docker.io/alpine:3.14 as alpine
COPY --from=builder /work/target/release/catinator /usr/local/bin
n title='2023-08-02 14:07:52 +0200'>2023-08-02setup new nix flake using craneMax Audron-115/+225 2023-06-22update dependenciesMax Audron-469/+457 2022-07-06release 1.0.1Max Audron-1/+57 2022-07-06paginate results from gitlab apiMax Audron-11/+36 2022-06-20add gitlab upload commandMax Audron-0/+4 2022-06-20prepare release 1.0.0Max Audron-3/+17