Merge pull request #10 from towerops-app/deps-update
bump rust version and crates
This commit is contained in:
commit
86b2eb70be
4 changed files with 517 additions and 149 deletions
657
Cargo.lock
generated
657
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -17,9 +17,9 @@ prost = "0.14"
|
|||
prost-types = "0.14"
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
russh = "0.54"
|
||||
russh = "0.57"
|
||||
async-trait = "0.1"
|
||||
home = "=0.5.9" # Pin to avoid edition2024 requirement in 0.5.12
|
||||
home = "=0.5.12"
|
||||
|
||||
[build-dependencies]
|
||||
prost-build = "0.14"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# syntax=docker/dockerfile:1.4
|
||||
# Build stage
|
||||
FROM rust:1.85-alpine AS builder
|
||||
FROM rust:1.93-alpine AS builder
|
||||
|
||||
# Build arguments provided by Docker buildx
|
||||
ARG TARGETPLATFORM
|
||||
|
|
@ -10,7 +10,7 @@ ARG VERSION=0.1.0-unknown
|
|||
WORKDIR /app
|
||||
|
||||
# Install build dependencies
|
||||
RUN apk add --no-cache musl-dev protobuf-dev openssl-dev
|
||||
RUN apk add --no-cache musl-dev protobuf-dev openssl-dev openssl-libs-static cmake perl g++
|
||||
|
||||
# Determine Rust target based on platform and add it
|
||||
RUN case "$TARGETPLATFORM" in \
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
../towerops-web/scripts/monitor-deploy.sh
|
||||
Loading…
Add table
Reference in a new issue