diff options
| author | Max Audron <audron@cocaine.farm> | 2021-09-07 14:57:00 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-09-07 14:57:00 +0200 |
| commit | 9ee7332c6a09e74abb845f05ad86b0e3a6a71edb (patch) | |
| tree | 15a3f3659915cf1fad35f5dfca637250d1c4ddef /Containerfile | |
| parent | release 1.4.0 (diff) | |
switch back to alpine image
Diffstat (limited to '')
| -rw-r--r-- | Containerfile | 3 |
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 |
