Skip to content

Commit

Permalink
Update to nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Dec 8, 2024
1 parent 82c2e6d commit 701daff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:

# Set up Rust with the specific target we need
- name: Install Rust
run: rustup toolchain install stable --profile minimal --no-self-update
run: rustup toolchain install nightly --profile minimal --no-self-update
# run: rustup toolchain install stable --profile minimal --no-self-update

# Speed up builds by caching dependencies
- name: Cache Rust
Expand Down
2 changes: 1 addition & 1 deletion engine/.build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BINARY_NAME_DEFAULT=v3x-property-engine
# ARG MY_GREAT_CONFIG_DEFAULT="someconfig-default-value"

FROM clux/muslrust:stable as builder
FROM clux/muslrust:nightly as builder
RUN groupadd -g 10001 -r dockergrp && useradd -r -g dockergrp -u 10001 dockeruser
ARG BINARY_NAME_DEFAULT
ENV BINARY_NAME=$BINARY_NAME_DEFAULT
Expand Down

0 comments on commit 701daff

Please sign in to comment.