Skip to content

Commit

Permalink
Build against stable
Browse files Browse the repository at this point in the history
  • Loading branch information
augustuswm committed Jul 29, 2024
1 parent f3ac9e5 commit 1f3485a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions webhooky/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,23 +55,21 @@ RUN cd /usr/local/lib && \
USER webhooky

# ------------------------------------------------------------------------------
# Cargo Nightly Stage
# Cargo Stage
# ------------------------------------------------------------------------------

FROM rust:bullseye AS cargo-nightly
FROM rust:bullseye AS cargo

ENV DEBIAN_FRONTEND=noninteractive

RUN rustup default nightly

WORKDIR /usr/src/webhooky


# ------------------------------------------------------------------------------
# Cargo Build Stage
# ------------------------------------------------------------------------------

FROM cargo-nightly AS cargo-build
FROM cargo AS cargo-build

RUN apt-get update && apt-get install -y \
ca-certificates \
Expand Down

0 comments on commit 1f3485a

Please sign in to comment.