Skip to content

Commit 0eab0b5

Browse files
renovate[bot]github-action update-app-version
andauthored
chore(deps): update postgres docker tag to v12.22 (#2575)
* chore(deps): update postgres docker tag to v12.22 * 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]>
1 parent 5c16226 commit 0eab0b5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

apps/postgresql/12.21-alpine/docker-compose.yml renamed to apps/postgresql/12.22-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:12.21-alpine
4+
image: postgres:12.22-alpine
55
restart: always
66
environment:
77
- POSTGRES_USER=${PANEL_DB_ROOT_USER}

0 commit comments

Comments
 (0)