Skip to content

Commit

Permalink
passing now. docker update
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwample committed Jun 29, 2024
1 parent 42b4b84 commit e09e561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/compatibility/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

FROM golang:bullseye as go-builder
FROM golang:bullseye AS go-builder
WORKDIR /usr/src/obfs4-go
COPY internal/compatibility/obfs4/ .
RUN ls
RUN go mod tidy
RUN go build -o fwd_go .

FROM rust:bullseye as rs-builder
FROM rust:bullseye AS rs-builder
WORKDIR /usr/src/fwd
COPY Cargo.toml Cargo.lock ./
COPY crates ./crates/
Expand Down

0 comments on commit e09e561

Please sign in to comment.