update docker-compose.yaml

x/gorm v0.6.0-alpha.1
Michael Li 7 months ago
parent df61cf2716
commit 990a90853f
No known key found for this signature in database

@ -124,7 +124,7 @@ services:
# - paopao-network
backend:
image: bitbus/paopao-ce:${PAOPAOCE_TAG:-nightly}
image: bitbus/paopao-ce:${PAOPAOCE_TAG:-0.6-alpha}
restart: always
depends_on:
- db

@ -9,7 +9,7 @@ import (
)
const (
series = "v0.6-dev"
series = "v0.6-alpha"
)
var (

Loading…
Cancel
Save