Compare commits
3 Commits
62b56dbbc3
...
b60a79759d
Author | SHA1 | Date | |
---|---|---|---|
|
b60a79759d | ||
|
a1bd35f07d | ||
|
cf451d6418 |
4
.changes/v5.0.0.md
Normal file
4
.changes/v5.0.0.md
Normal 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
|
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@ -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 }}"]
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user