diff --git a/geo-cnpg/Cargo.toml b/geo-cnpg/Cargo.toml index 2529728..51cdd37 100644 --- a/geo-cnpg/Cargo.toml +++ b/geo-cnpg/Cargo.toml @@ -11,6 +11,6 @@ repository = " https://github.com/tembo-io/tembo-images" publish = false -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html. [dependencies] diff --git a/geo-cnpg/Dockerfile b/geo-cnpg/Dockerfile index 38ad772..0cee6bc 100644 --- a/geo-cnpg/Dockerfile +++ b/geo-cnpg/Dockerfile @@ -29,7 +29,6 @@ RUN wget https://download.osgeo.org/postgis/source/postgis-3.4.0.tar.gz && \ make install # Clone and build mobilitydb -#ARG RELEASE=v1.1.0rc1 RUN git clone https://github.com/MobilityDB/MobilityDB && \ cd MobilityDB && \ diff --git a/standard-cnpg/Dockerfile b/standard-cnpg/Dockerfile index 93d6e7b..30640f8 100644 --- a/standard-cnpg/Dockerfile +++ b/standard-cnpg/Dockerfile @@ -1,7 +1,7 @@ ARG PG_VERSION=15 ARG TAG=latest -FROM rust:1.70-bookworm as builder +FROM rust:1.74-bookworm as builder ARG TRUNK_VER=0.12.19