Skip to content

Commit 70a8db6

Browse files
committed
fix(deployment): update Zero image to version 1 for improved stability
1 parent f4e1b37 commit 70a8db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/deployment/proxy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ func (d *Deployment) prepareNginxConfig(cfg *config.Config, projectPath string)
104104
func (d *Deployment) deployZero(project string, cfg *config.Config) error {
105105
service := &config.Service{
106106
Name: "zero",
107-
Image: "yarlson/zero:latest",
107+
Image: "yarlson/zero:1",
108108
Volumes: []string{
109109
"certs:/certs",
110110
"/var/run/docker.sock:/var/run/docker.sock",

0 commit comments

Comments
 (0)