Skip to content
This repository was archived by the owner on Jun 21, 2026. It is now read-only.

Commit eff8c7f

Browse files
committed
fix: image tags
1 parent a56b878 commit eff8c7f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/docs/admin/guides/migrating.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929
- POSTGRES_DB=drop
3030
drop:
3131
- image: ghcr.io/drop-oss/drop:latest
32-
+ image: ghcr.io/drop-oss/drop:v0.4.0-rc-1
32+
+ image: ghcr.io/drop-oss/drop:0.4.0-rc-1
3333
depends_on:
3434
postgres:
3535
condition: service_healthy

src/content/docs/admin/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
- POSTGRES_USER=drop
2525
- POSTGRES_DB=drop
2626
drop:
27-
image: ghcr.io/drop-oss/drop:v0.4.0-rc-1
27+
image: ghcr.io/drop-oss/drop:0.4.0-rc-1
2828
depends_on:
2929
postgres:
3030
condition: service_healthy

0 commit comments

Comments
 (0)