mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-22 08:13:18 +01:00
Merge pull request #277 from ChristianLempa/renovate/docker.io-library-postgres-16.x
chore(deps): update docker.io/library/postgres docker tag to v16.3
This commit is contained in:
commit
11d3560faf
@ -1,7 +1,7 @@
|
||||
---
|
||||
services:
|
||||
postgres:
|
||||
image: docker.io/library/postgres:16.2
|
||||
image: docker.io/library/postgres:16.3
|
||||
container_name: authentik-db
|
||||
environment:
|
||||
- POSTGRES_USER=${POSTGRES_USER:-authentik}
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
services:
|
||||
postgres:
|
||||
image: docker.io/library/postgres:16.2
|
||||
image: docker.io/library/postgres:16.3
|
||||
container_name: postgres
|
||||
environment:
|
||||
- POSTGRES_INITDB_ARGS=${POSTGRES_INITDB_ARGS---data-checksums}
|
||||
|
Loading…
Reference in New Issue
Block a user