Skip to content

Commit

Permalink
fix(postgres):Update postgres version (#1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
fagomezra authored Mar 9, 2023
1 parent 7800ec5 commit 97e7e06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.8"
services:
postgres:
container_name: eosrate_postgres
image: postgres:13.6-alpine
image: postgres:13.10-alpine
volumes:
- ${POSTGRES_DATA}:/var/lib/postgresql/data
ports:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/postgres-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: postgres
spec:
containers:
- image: postgres:13.6-alpine
- image: postgres:13.10-alpine
imagePullPolicy: "Always"
name: eosrate-postgres
envFrom:
Expand Down

0 comments on commit 97e7e06

Please sign in to comment.