Skip to content

Commit

Permalink
Merge pull request #110 from rgl/rgl-upgrade-to-postgres-14
Browse files Browse the repository at this point in the history
Upgrade to PostgreSQL 14
  • Loading branch information
jacobweinstock authored Nov 2, 2021
2 parents 3aef655 + bffaa7b commit e3f8d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ services:
- certs:/certs/${FACILITY:-onprem}:rw

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

0 comments on commit e3f8d28

Please sign in to comment.