Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v17 (#18423)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 28, 2024
1 parent 7f7e53e commit 0c2ff07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ops/docker-compose/tooling/saas/airflow/airflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ x-airflow-common:

services:
postgres:
image: postgres:16.4-alpine
image: postgres:17.0-alpine
environment:
POSTGRES_USER: airflow
POSTGRES_PASSWORD: airflow
Expand Down
2 changes: 1 addition & 1 deletion ops/docker-compose/tooling/saas/gitlab/gitlab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:

gitlab_postgres:
<<: *network
image: postgres:16.4-alpine
image: postgres:17.0-alpine
container_name: gitlab_postgres
restart: always
environment:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
db:
image: postgres:16.4-alpine
image: postgres:17.0-alpine
environment:
POSTGRES_DB: "db"
POSTGRES_HOST_AUTH_METHOD: "trust"
Expand Down

0 comments on commit 0c2ff07

Please sign in to comment.