Skip to content

Commit dfa1904

Browse files
committed
Preparation for 2.8.0
1 parent b5c12a8 commit dfa1904

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ RUN export DEBIAN_FRONTEND=noninteractive \
7474
&& apt-get update -qq \
7575
&& apt-get install \
7676
--yes -qq --no-install-recommends \
77-
unit=1.31.0-1~lunar \
78-
unit-python3.11=1.31.0-1~lunar \
77+
unit=1.31.1-1~lunar \
78+
unit-python3.11=1.31.1-1~lunar \
7979
&& rm -rf /var/lib/apt/lists/*
8080

8181
COPY --from=builder /opt/netbox/venv /opt/netbox/venv

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.0
1+
2.8.0

Diff for: docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.4'
22
services:
33
netbox: &netbox
4-
image: docker.io/netboxcommunity/netbox:${VERSION-v3.6-2.7.0}
4+
image: docker.io/netboxcommunity/netbox:${VERSION-v3.7-2.8.0}
55
depends_on:
66
- postgres
77
- redis

0 commit comments

Comments
 (0)