Skip to content

Commit 990a908

Browse files
committed
update docker-compose.yaml
1 parent df61cf2 commit 990a908

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ services:
124124
# - paopao-network
125125

126126
backend:
127-
image: bitbus/paopao-ce:${PAOPAOCE_TAG:-nightly}
127+
image: bitbus/paopao-ce:${PAOPAOCE_TAG:-0.6-alpha}
128128
restart: always
129129
depends_on:
130130
- db

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
const (
12-
series = "v0.6-dev"
12+
series = "v0.6-alpha"
1313
)
1414

1515
var (

0 commit comments

Comments
 (0)