From dfa1904a82d1bea3074ae30828c0d8236640d2ba Mon Sep 17 00:00:00 2001 From: Tobias Genannt Date: Mon, 1 Jan 2024 10:33:59 +0100 Subject: [PATCH] Preparation for 2.8.0 --- Dockerfile | 4 ++-- VERSION | 2 +- docker-compose.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 43cf508..c55c4c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -74,8 +74,8 @@ RUN export DEBIAN_FRONTEND=noninteractive \ && apt-get update -qq \ && apt-get install \ --yes -qq --no-install-recommends \ - unit=1.31.0-1~lunar \ - unit-python3.11=1.31.0-1~lunar \ + unit=1.31.1-1~lunar \ + unit-python3.11=1.31.1-1~lunar \ && rm -rf /var/lib/apt/lists/* COPY --from=builder /opt/netbox/venv /opt/netbox/venv diff --git a/VERSION b/VERSION index 24ba9a3..834f262 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.7.0 +2.8.0 diff --git a/docker-compose.yml b/docker-compose.yml index 1cbffa6..8b0ea61 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: '3.4' services: netbox: &netbox - image: docker.io/netboxcommunity/netbox:${VERSION-v3.6-2.7.0} + image: docker.io/netboxcommunity/netbox:${VERSION-v3.7-2.8.0} depends_on: - postgres - redis