Skip to content

Commit

Permalink
Update postgres version in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Andriiklymiuk committed Nov 3, 2022
1 parent 7e5c809 commit 666062c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ corgi init
corgi run
`,
Version: "1.1.33",
Version: "1.1.34",
}

// Execute adds all child commands to the root command and sets flags appropriately.
Expand Down
2 changes: 1 addition & 1 deletion templates/postgresTemplate.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var DockerComposePostgres = `version: "3.8"
services:
postgres:
image: postgres:11.5-alpine
image: postgres:15.0-alpine
container_name: postgres-{{.ServiceName}}
logging:
driver: none
Expand Down

0 comments on commit 666062c

Please sign in to comment.