Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit dc191ca5 authored by Laurent VENIER's avatar Laurent VENIER :speech_balloon:
Browse files

Merge branch 'fix_netbox_version' into 'main'

Fix Netbox base image version

See merge request !30
parents 65484faa 0a6e4f57
No related branches found
No related tags found
1 merge request!30Fix Netbox base image version
Pipeline #78471 passed
......@@ -195,3 +195,5 @@ override.tf.json
# Ignore CLI configuration files
.terraformrc
terraform.rc
docker-compose.override.yml
FROM netboxcommunity/netbox:v3.5-2.6.1
FROM netboxcommunity/netbox:v3.5.7-2.6.1
USER root
RUN apt-get update && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment