Compare commits

..

1 commit

Author SHA1 Message Date
f4aa4925af chore(deps): update bitnami/postgresql docker tag to v17
All checks were successful
build pypackage and create release / release-github (pull_request) Successful in 12s
check code / check-code (pull_request) Successful in 17s
2024-10-03 04:18:04 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM lscr.io/linuxserver/netbox:4.1.3 FROM lscr.io/linuxserver/netbox:4.1.2
RUN pip install -U \ RUN pip install -U \
wheel \ wheel \

View file

@ -29,7 +29,7 @@ services:
- SUPERUSER_PASSWORD=netbox-dev - SUPERUSER_PASSWORD=netbox-dev
db: db:
image: bitnami/postgresql:14.9.0 image: bitnami/postgresql:17.0.0
container_name: netbox-dev-db container_name: netbox-dev-db
restart: unless-stopped restart: unless-stopped
user: ${UID} user: ${UID}