Skip to content

Commit

Permalink
Merge a4304ca into e8019c9
Browse files Browse the repository at this point in the history
  • Loading branch information
rgl authored Oct 12, 2021
2 parents e8019c9 + a4304ca commit 88615b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion db/db_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func NewPostgresDatabaseClient(ctx context.Context, t *testing.T, req NewPostgre
testcontainers.SkipIfProviderIsNotHealthy(t)
postgresC, err := testcontainers.GenericContainer(ctx, testcontainers.GenericContainerRequest{
ContainerRequest: testcontainers.ContainerRequest{
Image: "postgres:13.1",
Image: "postgres:14-alpine",
ExposedPorts: []string{"5432/tcp"},
WaitingFor: wait.ForLog("database system is ready to accept connections"),
Env: map[string]string{
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ services:
condition: service_healthy

db:
image: postgres:10-alpine
image: postgres:14-alpine
restart: unless-stopped
environment:
POSTGRES_DB: tinkerbell
Expand Down

0 comments on commit 88615b0

Please sign in to comment.