Skip to content

Commit 12b5776

Browse files
renovate[bot]github-action update-app-version
andauthored
chore(deps): update postgres docker tag to v13.18 (#2576)
* chore(deps): update postgres docker tag to v13.18 * 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 <githubaction@githubaction.com>
1 parent 0eab0b5 commit 12b5776

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

apps/postgresql/13.17-alpine/docker-compose.yml renamed to apps/postgresql/13.18-alpine/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
postgres:
33
container_name: ${CONTAINER_NAME}
4-
image: postgres:13.17-alpine
4+
image: postgres:13.18-alpine
55
restart: always
66
environment:
77
- POSTGRES_USER=${PANEL_DB_ROOT_USER}

0 commit comments

Comments
 (0)