Skip to content

Commit

Permalink
build(docker): update [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Oct 28, 2023
1 parent 761f502 commit 29f273f
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
17 changes: 15 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ path = "src/hc_client.rs"
tonic-build = { version = "0.9.1", features = ["prost"] }
quote = "1.0.23"
failure_derive = "0.1.8"
cc = "^1.0.13"
cc = { version = "^1.0.83", features = ["parallel"] }
rustc_version = "0.4.0"
fs_extra = "^1.1"
os_info = "3"
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.69.0-alpine3.17 AS builder
FROM rust:1.72.0-alpine3.17 AS builder

WORKDIR /app
COPY ../ .
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.69.0-alpine3.17 AS builder
FROM rust:1.72.0-alpine3.17 AS builder

WORKDIR /app
COPY ../ .
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.69.0-alpine3.17 AS builder
FROM rust:1.72.0-alpine3.17 AS builder

WORKDIR /app
COPY ../ .
Expand Down

0 comments on commit 29f273f

Please sign in to comment.