Skip to content

Commit

Permalink
Update to Postgres 16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Dumas committed Aug 9, 2024
1 parent a3ed54e commit a4b5570
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import scala.concurrent.duration.DurationInt
import scala.jdk.DurationConverters.ScalaDurationOps

class PostgresContainer(user: String, password: String, database: String)
extends GenericContainer[PostgresContainer](DockerImageName.parse("library/postgres:16.3")) {
extends GenericContainer[PostgresContainer](DockerImageName.parse("library/postgres:16.4")) {
addEnv("POSTGRES_USER", user)
addEnv("POSTGRES_PASSWORD", password)
addEnv("POSTGRES_DB222", database)
Expand Down

0 comments on commit a4b5570

Please sign in to comment.