Skip to content

Commit

Permalink
Publish geo-cnpg to quay and ECR (#62)
Browse files Browse the repository at this point in the history
* Cleanup Dockerfile.

* Troubleshoot.

* Troubleshoot bump rust to 1.74.

* Minor edit.

* Minor edit.
  • Loading branch information
EvanHStanton authored Feb 22, 2024
1 parent 266f289 commit 327509b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion geo-cnpg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
1 change: 0 additions & 1 deletion geo-cnpg/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
2 changes: 1 addition & 1 deletion standard-cnpg/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 327509b

Please sign in to comment.