Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot
62b56dbbc3 chore(deps): update postgres docker tag to v16.6 2024-11-22 21:23:43 +00:00
4 changed files with 2 additions and 11 deletions

View File

@ -1,4 +0,0 @@
## v5.0.0 - 2024-12-11
### Changed
* cf451d6 - chore(deps): update docker/setup-buildx-action action to v3.7.1
* 5d47e1d - [CI]: Push updated changelog

View File

@ -27,7 +27,7 @@ jobs:
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.7.1
uses: docker/setup-buildx-action@v3.6.1
with:
config-inline: |
[registry."${{ env.REGISTRY_NAME }}"]

View File

@ -6,11 +6,6 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).
## v5.0.0 - 2024-12-11
### Changed
* cf451d6 - chore(deps): update docker/setup-buildx-action action to v3.7.1
* 5d47e1d - [CI]: Push updated changelog
## v4.0.0 - 2024-10-24
### Changed
* 291bb3c - chore(deps): update postgres docker tag to v16.4

View File

@ -1,4 +1,4 @@
FROM postgres:16.7-bookworm
FROM postgres:16.6-bookworm
COPY initScript/*.sh /docker-entrypoint-initdb.d/
COPY backup-database.sh /backup-database.sh