Skip to content

Commit 95c201f

Browse files
authored
Merge pull request #1572 from fbouynot/patch-1
fix: change the netbox docker version in the image tag
2 parents a0961ed + 6967b2c commit 95c201f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
netbox: &netbox
3-
image: docker.io/netboxcommunity/netbox:${VERSION-v4.4-3.4.1}
3+
image: docker.io/netboxcommunity/netbox:${VERSION-v4.4-3.4.2}
44
depends_on:
55
- postgres
66
- redis

0 commit comments

Comments
 (0)