Skip to content

Commit

Permalink
update base rust version (Pometry#1517)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haaroon authored Feb 27, 2024
1 parent 2fed14d commit 3292ca2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ readme = "README.md"
homepage = "https://github.com/Raphtory/raphtory/"
keywords = ["graph", "temporal-graph", "temporal"]
authors = ["Pometry"]
rust-version = "1.67.1"
rust-version = "1.75"
edition = "2021"

[profile.release-with-debug]
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.67.1 AS builder
FROM rust:1.75 AS builder

WORKDIR /app

Expand All @@ -23,7 +23,7 @@ COPY raphtory-graphql ./raphtory-graphql
WORKDIR /app/raphtory-graphql
RUN cargo build --release

FROM rust:1.67.1-slim AS runner
FROM rust:1.75-slim AS runner

WORKDIR /app

Expand Down

0 comments on commit 3292ca2

Please sign in to comment.