Skip to content

Commit a9dc1c4

Browse files
committed
Back to slim and tokio::spawn
1 parent 424a13c commit a9dc1c4

File tree

3 files changed

+67
-67
lines changed

3 files changed

+67
-67
lines changed

.github/workflows/dockerise.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
path: client/packages/host/dist
5353

5454
- name: Build server
55-
run: docker run --rm --user "$(id -u)":"$(id -g)" -v "$PWD":/usr/src/omsupply -w /usr/src/omsupply/server rust:latest cargo build --release --bin remote_server --bin remote_server_cli
55+
run: docker run --rm --user "$(id -u)":"$(id -g)" -v "$PWD":/usr/src/omsupply -w /usr/src/omsupply/server rust:slim cargo build --release --bin remote_server --bin remote_server_cli
5656

5757
- name: Save artifacts
5858
uses: actions/upload-artifact@v4

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM rust:latest
2+
FROM rust:slim
33

44
RUN apt-get update && apt-get install -y faketime
55

0 commit comments

Comments
 (0)