diff --git a/CHANGELOG.md b/CHANGELOG.md index eec844175..60688d024 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Standardized log libraries and configuration - Moved GraphQL schema generation to the CI. Now it is distributed as a Github artifact - Replace `POSTGRES_*` environment variables with `POSTGRES_ENDPOINT` +- Bumped Rust Version to 1.72.1 ### Removed diff --git a/build/Dockerfile b/build/Dockerfile index 3378f1fc3..6e930b14d 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -3,7 +3,7 @@ # syntax=docker.io/docker/dockerfile:1.4 -ARG RUST_VERSION=1.71.0 +ARG RUST_VERSION=1.72.1 ARG SERVER_MANAGER_VERSION=0.8.2 ARG ROLLUPS_CONTRACTS_VERSION=1.0.0