Skip to content

Commit c15a232

Browse files
steve-chavezdarora
authored andcommitted
Revert "chore: temporarily hardcode PostgREST version for aio image (#978)"
This reverts commit c318ad8.
1 parent 54fbafb commit c15a232

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

ansible/vars.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ pgbouncer_release: "1.19.0"
1111
pgbouncer_release_checksum: sha256:af0b05e97d0e1fd9ad45fe00ea6d2a934c63075f67f7e2ccef2ca59e3d8ce682
1212

1313
# to get these use `wget https://github.com/PostgREST/postgrest/releases/download/v12.0.2/postgrest-v12.0.2-ubuntu-aarch64.tar.xz -q -O- | sha1sum`
14-
# note: update temporarily hardcoded value over at docker/all-in-one/Dockerfile on the next PostgREST version
1514
postgrest_release: "12.0.2-listeners-alpha"
1615
postgrest_arm_release_checksum: sha1:a61633a4118eaefd5351ad236744fd84fbb7886e
1716
postgrest_x86_release_checksum: sha1:d57eecdf732b7fd2a38889b35f1ed484a719d003

docker/all-in-one/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ RUN mv /var/cache/apt/archives/*.deb /tmp/
5656
####################
5757
# Install PostgREST
5858
####################
59-
# temporarily hardcoded
60-
FROM postgrest/postgrest:v12.0.2 as pgrst
59+
FROM postgrest/postgrest:v${postgrest_release} as pgrst
6160

6261
####################
6362
# Install GoTrue

0 commit comments

Comments
 (0)