We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56b878 commit eff8c7fCopy full SHA for eff8c7f
2 files changed
src/content/docs/admin/guides/migrating.mdx
@@ -29,7 +29,7 @@ services:
29
- POSTGRES_DB=drop
30
drop:
31
- image: ghcr.io/drop-oss/drop:latest
32
-+ image: ghcr.io/drop-oss/drop:v0.4.0-rc-1
++ image: ghcr.io/drop-oss/drop:0.4.0-rc-1
33
depends_on:
34
postgres:
35
condition: service_healthy
src/content/docs/admin/quickstart.md
@@ -24,7 +24,7 @@ services:
24
- POSTGRES_USER=drop
25
26
27
- image: ghcr.io/drop-oss/drop:v0.4.0-rc-1
+ image: ghcr.io/drop-oss/drop:0.4.0-rc-1
28
0 commit comments