Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v16 (#426)
Browse files Browse the repository at this point in the history
* chore(deps): update postgres docker tag to v16

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <[email protected]>
  • Loading branch information
renovate[bot] and github-action update-app-version authored Sep 20, 2023
1 parent 194181f commit 7d91762
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'
services:
postgres:
container_name: ${CONTAINER_NAME}
image: postgres:15.4-alpine
image: postgres:16.0-alpine
restart: always
environment:
- POSTGRES_USER=${PANEL_DB_ROOT_USER}
Expand Down

0 comments on commit 7d91762

Please sign in to comment.