We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 861fc5f commit 1a8fbb4Copy full SHA for 1a8fbb4
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:0.4.0-rc-2
++ image: ghcr.io/drop-oss/drop:0.4.0-rc-3
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:0.4.0-rc-2
+ image: ghcr.io/drop-oss/drop:0.4.0-rc-3
28
0 commit comments