Skip to content

Commit e2566c2

Browse files
authored
Merge pull request #47 from hrithikwins/bugfix/fix-depreciation-for-postgres-version
Removing the depreciated version to make it working
2 parents 3a2152d + 409b0fa commit e2566c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/postgrest.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
ARG POSTGREST_VERSION=v9.0.1.20220802
2+
ARG POSTGREST_VERSION=v9.0.1
33

44
FROM postgrest/postgrest:${POSTGREST_VERSION}
55
# User 1000 comes from

0 commit comments

Comments
 (0)