Compare commits
13 Commits
3.4.0
...
renovate/d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
88a2e48923 | ||
|
|
81fb62ecef | ||
|
|
2c49500e8d | ||
|
|
c16c79ff16 | ||
|
|
c05e838edc | ||
|
|
a229603d90 | ||
|
|
942fc04776 | ||
|
|
b76bd3d780 | ||
|
|
4744eeb3ef | ||
|
|
bdea0cf05a | ||
|
|
76f670faaa | ||
|
|
263fcf35bf | ||
|
|
fb1cfd880a |
2
build.sh
2
build.sh
@@ -223,7 +223,7 @@ fi
|
||||
###
|
||||
# Variables for labelling the docker image
|
||||
###
|
||||
BUILD_DATE="$(date -u '+%Y-%m-%dT%H:%M+00:00')"
|
||||
BUILD_DATE="$(date -u '+%Y-%m-%dT%H:%M:%S+00:00')"
|
||||
|
||||
if [ -d ".git" ] && [ -z "${SKIP_GIT}" ]; then
|
||||
GIT_REF="$(git rev-parse HEAD)"
|
||||
|
||||
@@ -30,7 +30,7 @@ services:
|
||||
interval: 15s
|
||||
|
||||
postgres:
|
||||
image: docker.io/postgres:17-alpine
|
||||
image: docker.io/postgres:18-alpine
|
||||
env_file: env/postgres.env
|
||||
healthcheck:
|
||||
test: pg_isready -q -t 2 -d $$POSTGRES_DB -U $$POSTGRES_USER ## $$ because of docker-compose
|
||||
|
||||
@@ -34,7 +34,7 @@ services:
|
||||
|
||||
# postgres
|
||||
postgres:
|
||||
image: docker.io/postgres:17-alpine
|
||||
image: docker.io/postgres:18-alpine
|
||||
healthcheck:
|
||||
test: pg_isready -q -t 2 -d $$POSTGRES_DB -U $$POSTGRES_USER
|
||||
start_period: 20s
|
||||
|
||||
@@ -3,4 +3,4 @@ dulwich==0.24.1
|
||||
python3-saml==1.16.0
|
||||
--no-binary lxml
|
||||
--no-binary xmlsec
|
||||
sentry-sdk[django]==2.35.2
|
||||
sentry-sdk[django]==2.39.0
|
||||
|
||||
Reference in New Issue
Block a user