Skip to content

Commit

Permalink
fix(deployment): update Zero image to version 1 for improved stability
Browse files Browse the repository at this point in the history
  • Loading branch information
yarlson committed Jan 27, 2025
1 parent f4e1b37 commit 70a8db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/deployment/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func (d *Deployment) prepareNginxConfig(cfg *config.Config, projectPath string)
func (d *Deployment) deployZero(project string, cfg *config.Config) error {
service := &config.Service{
Name: "zero",
Image: "yarlson/zero:latest",
Image: "yarlson/zero:1",
Volumes: []string{
"certs:/certs",
"/var/run/docker.sock:/var/run/docker.sock",
Expand Down

0 comments on commit 70a8db6

Please sign in to comment.