Skip to content

Commit c318ad8

Browse files
authored
chore: temporarily hardcode PostgREST version for aio image (#978)
1 parent 64260de commit c318ad8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ansible/vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ 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
1415
postgrest_release: "12.0.2-listeners-alpha"
1516
postgrest_arm_release_checksum: sha1:a61633a4118eaefd5351ad236744fd84fbb7886e
1617
postgrest_x86_release_checksum: sha1:d57eecdf732b7fd2a38889b35f1ed484a719d003

docker/all-in-one/Dockerfile

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

6162
####################
6263
# Install GoTrue

0 commit comments

Comments
 (0)