Skip to content

Commit

Permalink
Bump postgres from 17.1-alpine to 17.2-alpine in /wikijs
Browse files Browse the repository at this point in the history
Bumps postgres from 17.1-alpine to 17.2-alpine.

---
updated-dependencies:
- dependency-name: postgres
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 23, 2024
1 parent 0cd1d3c commit 30e64e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wikijs/db-backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
template:
spec:
containers:
- image: postgres:17.1-alpine
- image: postgres:17.2-alpine
name: db
volumeMounts:
- name: backup-volume
Expand Down
2 changes: 1 addition & 1 deletion wikijs/db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: db
spec:
containers:
- image: postgres:17.1-alpine
- image: postgres:17.2-alpine
name: db
volumeMounts:
- name: db-volume
Expand Down

0 comments on commit 30e64e3

Please sign in to comment.