Skip to content

Commit

Permalink
bump nautobot version
Browse files Browse the repository at this point in the history
  • Loading branch information
gsnider2195 committed Aug 20, 2024
1 parent 9e61d92 commit 720c045
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions development/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# -------------------------------------------------------------------------------------
# !!! USE CAUTION WHEN MODIFYING LINES BELOW

# Accepts a desired Nautobot version as build argument, default to 2.3.0
ARG NAUTOBOT_VER="2.3.0"
# Accepts a desired Nautobot version as build argument, default to 2.0.0
ARG NAUTOBOT_VER="2.0.0"

# Accepts a desired Python version as build argument, default to 3.12
ARG PYTHON_VER="3.12"
Expand Down
2 changes: 1 addition & 1 deletion invoke.example.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
nautobot_dev_example:
project_name: "nautobot-dev-example"
nautobot_ver: "2.3.0"
nautobot_ver: "2.3.1"
local: false
python_ver: "3.12"
compose_dir: "development"
Expand Down
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def is_truthy(arg):
namespace.configure(
{
"nautobot_dev_example": {
"nautobot_ver": "2.3.0",
"nautobot_ver": "2.3.1",
"project_name": "nautobot-dev-example",
"python_ver": "3.12",
"local": False,
Expand Down

0 comments on commit 720c045

Please sign in to comment.