Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Update alpine_3_18/cargo to v1.71.0-r0 #193

Merged
merged 1 commit into from
Jul 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
⬆️ Update alpine_3_18/cargo to v1.71.0-r0
  • Loading branch information
renovate[bot] authored Jul 18, 2023
commit 4895074c7509f5c8c21b96e5297ab8c359c28a0f
2 changes: 1 addition & 1 deletion zerotier/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARG ZERO_TIER_ONE_VERSION="1.10.6"
RUN \
apk add --no-cache --virtual .build-dependencies \
build-base=0.5-r3 \
cargo=1.70.0-r0 \
cargo=1.71.0-r0 \
git=2.40.1-r0 \
linux-headers=6.3-r0 \
openssl-dev=3.1.1-r2 \
Expand Down