-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: upgrade postgres image #2764
Conversation
11f11bd
to
58ed76f
Compare
Codecov ReportBase: 46.95% // Head: 46.95% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #2764 +/- ##
=======================================
Coverage 46.95% 46.95%
=======================================
Files 300 300
Lines 49160 49160
=======================================
+ Hits 23081 23085 +4
+ Misses 24614 24612 -2
+ Partials 1465 1463 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@@ -66,7 +66,7 @@ func run(m *testing.M) int { | |||
|
|||
database := "jobsdb" | |||
// pulls an image, creates a container based on it and runs it | |||
resourcePostgres, err := pool.Run("postgres", "11-alpine", []string{ | |||
resourcePostgres, err := pool.Run("postgres", "15-alpine", []string{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we are still using postgres-11 in various environments, shouldn't we leave it as is until we upgrade them first?
Description
Upgrading Postgres to 15 in the default docker-compose file and the relevant tests
Notion Ticket
Notion Link
Security