Skip to content

Commit

Permalink
Merge pull request #47 from hrithikwins/bugfix/fix-depreciation-for-p…
Browse files Browse the repository at this point in the history
…ostgres-version

Removing the depreciated version to make it working
  • Loading branch information
keianhzo authored Mar 5, 2024
2 parents 3a2152d + 409b0fa commit e2566c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/postgrest.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
ARG POSTGREST_VERSION=v9.0.1.20220802
ARG POSTGREST_VERSION=v9.0.1

FROM postgrest/postgrest:${POSTGREST_VERSION}
# User 1000 comes from
Expand Down

0 comments on commit e2566c2

Please sign in to comment.