1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-10-09 19:19:23 +02:00

Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
a95bb96db9 Update postgres Docker tag to v18 2025-09-26 02:31:57 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ jobs:
services: services:
database: database:
image: postgres:17-alpine image: postgres:18-alpine
env: env:
# password for postgres user in the Docker container # password for postgres user in the Docker container
POSTGRES_PASSWORD: postgres POSTGRES_PASSWORD: postgres

View File

@@ -27,7 +27,7 @@ falcon-swagger-ui = { git = "https://github.com/alanorth/falcon-swagger-ui", rev
# See: https://docs.astral.sh/uv/concepts/build-backend/#using-the-uv-build-backend # See: https://docs.astral.sh/uv/concepts/build-backend/#using-the-uv-build-backend
[build-system] [build-system]
requires = ["uv_build>=0.9.0,<0.10.0"] requires = ["uv_build>=0.8.17,<0.9.0"]
build-backend = "uv_build" build-backend = "uv_build"
[dependency-groups] [dependency-groups]