Skip to content

Commit 32eec03

Browse files
chore(deps): update postgres docker tag to v15.13 (SecObserve#2906)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 61f2495 commit 32eec03

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docker-compose-dev-keycloak.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ services:
6666
command: /start
6767

6868
postgres:
69-
image: postgres:15.12-alpine
69+
image: postgres:15.13-alpine
7070
volumes:
7171
- dev_postgres_data:/var/lib/postgresql/data
7272
environment:

docker-compose-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ services:
4949
command: /start
5050

5151
postgres:
52-
image: postgres:15.12-alpine
52+
image: postgres:15.13-alpine
5353
volumes:
5454
- dev_postgres_data:/var/lib/postgresql/data
5555
environment:

docker-compose-prod-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ services:
9797
- database
9898

9999
postgres:
100-
image: postgres:15.12-alpine
100+
image: postgres:15.13-alpine
101101
container_name: "prod_postgres"
102102
environment:
103103
POSTGRES_DB: ${SO_POSTGRES_DB:-secobserve}

docker-compose-prod-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ services:
7777
- "3306:3306"
7878

7979
postgres:
80-
image: postgres:15.12-alpine
80+
image: postgres:15.13-alpine
8181
environment:
8282
POSTGRES_DB: ${SO_POSTGRES_DB:-secobserve}
8383
POSTGRES_USER: ${SO_POSTGRES_USER:-secobserve}

0 commit comments

Comments
 (0)