Skip to content

Commit 50d62e5

Browse files
committed
fix: Switch postgres image to bitnamilegacy/postgresql:17.6.0
https://news.broadcom.com/app-dev/broadcom-introduces-bitnami-secure-images-for-production-ready-containerized-applications (cherry picked from commit 7842b53)
1 parent f6f953d commit 50d62e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swiftwave_service/cmd/postgres.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ var postgresStartCmd = &cobra.Command{
100100
"-v", "/var/lib/swiftwave/postgres:/bitnami/postgresql:rw",
101101
"-p", config.LocalConfig.PostgresqlConfig.Host+":"+strconv.Itoa(config.LocalConfig.PostgresqlConfig.Port)+":5432",
102102
"--user", "0:0",
103-
"bitnami/postgresql:latest")
103+
"bitnamilegacy/postgresql:17.6.0")
104104
dockerCmd.Stdout = os.Stdout
105105
dockerCmd.Stderr = os.Stderr
106106
err = dockerCmd.Run()

0 commit comments

Comments
 (0)