Skip to content

Commit 83cfa25

Browse files
ci: unpin hash in netbox dockerfile (#323)
1 parent db23bbd commit 83cfa25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/netbox/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# renovate: datasource=docker depName=netboxcommunity/netbox
22
ARG NETBOX_VERSION="v4.4.0"
33

4-
FROM netboxcommunity/netbox:${NETBOX_VERSION}@sha256:6cb789ac9d800a5d0eb435dd3ffc7706cc5ef238db9bf8b3af9f02ef7b79af48
4+
FROM netboxcommunity/netbox:${NETBOX_VERSION}
55

66
COPY plugin_requirements.txt /opt/netbox/
77
RUN /usr/local/bin/uv pip install -r /opt/netbox/plugin_requirements.txt

0 commit comments

Comments
 (0)