We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82a0860 commit 424a13cCopy full SHA for 424a13c
.github/workflows/dockerise.yaml
@@ -52,7 +52,7 @@ jobs:
52
path: client/packages/host/dist
53
54
- name: Build server
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
+ 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
56
57
- name: Save artifacts
58
uses: actions/upload-artifact@v4
Dockerfile
@@ -1,5 +1,5 @@
1
2
-FROM rust:slim
+FROM rust:latest
3
4
RUN apt-get update && apt-get install -y faketime
5
0 commit comments