Skip to content

Commit e33f1e4

Browse files
author
Thomas Luijken
committed
Fixed docker container issues
1 parent b71858c commit e33f1e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

oxybox/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Dockerfile for building the Oxybox application using Rust and musl
2-
FROM clux/muslrust
2+
FROM clux/muslrust:stble
33

44
# Set the environment variables for the build
55
# We're using the reqwest unstable feature HTTP3
@@ -8,7 +8,7 @@ RUN mkdir /source
88
WORKDIR /source
99
COPY ./Cargo.toml .
1010
COPY ./src/ ./src/
11-
COPY ./protos / ./protos/
11+
COPY ./protos ./protos/
1212
COPY ./build.rs .
1313
RUN cargo build --release
1414
RUN strip ./target/x86_64-unknown-linux-musl/release/oxybox

0 commit comments

Comments
 (0)