File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ pgbouncer_release: "1.19.0"
11
11
pgbouncer_release_checksum : sha256:af0b05e97d0e1fd9ad45fe00ea6d2a934c63075f67f7e2ccef2ca59e3d8ce682
12
12
13
13
# 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
15
14
postgrest_release : " 12.0.2-listeners-alpha"
16
15
postgrest_arm_release_checksum : sha1:a61633a4118eaefd5351ad236744fd84fbb7886e
17
16
postgrest_x86_release_checksum : sha1:d57eecdf732b7fd2a38889b35f1ed484a719d003
Original file line number Diff line number Diff line change @@ -56,8 +56,7 @@ RUN mv /var/cache/apt/archives/*.deb /tmp/
56
56
# ###################
57
57
# Install PostgREST
58
58
# ###################
59
- # temporarily hardcoded
60
- FROM postgrest/postgrest:v12.0.2 as pgrst
59
+ FROM postgrest/postgrest:v${postgrest_release} as pgrst
61
60
62
61
# ###################
63
62
# Install GoTrue
You can’t perform that action at this time.
0 commit comments