Compare commits

..

3 Commits

Author SHA1 Message Date
Renovate Bot
b60a79759d chore(deps): update postgres docker tag to v16.7 2025-02-15 00:04:51 +00:00
antoine
a1bd35f07d [CI]: Push updated changelog 2024-12-11 20:12:36 +00:00
Renovate Bot
cf451d6418 chore(deps): update docker/setup-buildx-action action to v3.7.1
All checks were successful
Main / build (push) Successful in 7m3s
2024-11-22 21:23:35 +00:00
4 changed files with 11 additions and 2 deletions

4
.changes/v5.0.0.md Normal file
View File

@ -0,0 +1,4 @@
## 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 uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.6.1 uses: docker/setup-buildx-action@v3.7.1
with: with:
config-inline: | config-inline: |
[registry."${{ env.REGISTRY_NAME }}"] [registry."${{ env.REGISTRY_NAME }}"]

View File

@ -6,6 +6,11 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie). 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 ## v4.0.0 - 2024-10-24
### Changed ### Changed
* 291bb3c - chore(deps): update postgres docker tag to v16.4 * 291bb3c - chore(deps): update postgres docker tag to v16.4

View File

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