Skip to content

Commit

Permalink
update plrustversion
Browse files Browse the repository at this point in the history
  • Loading branch information
bitner committed Jan 24, 2024
1 parent 0219921 commit a582d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/pgstac/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COPY docker/pgstac/dbinit/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.

# Base postgres image with plrust installed that can be used for future development using plrust
FROM pgstacbase as pgstacbase-plrust
ENV PLRUSTVERSION=1.2.3
ENV PLRUSTVERSION=1.2.7
ENV RUSTVERSION=1.72.0
ENV PLRUSTDOWNLOADURL=https://github.com/tcdi/plrust/releases/download/
ENV PLRUSTFILE=plrust-trusted-${PLRUSTVERSION}_${RUSTVERSION}-debian-pg${PG_MAJOR}-amd64.deb
Expand Down

0 comments on commit a582d4b

Please sign in to comment.