From 01ab9dbe4d836baff38efb6c236358653ae812f5 Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Fri, 27 Sep 2024 15:57:47 +0200 Subject: [PATCH] Update Orion, IoT Agent --- .env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index f033cdc..82fcca1 100644 --- a/.env +++ b/.env @@ -3,7 +3,7 @@ COMPOSE_PROJECT_NAME=fiware # Orion variables ORION_PORT=1026 -ORION_VERSION=4.0.0 +ORION_VERSION=4.1.0 # MongoDB variables MONGO_DB_PORT=27017 @@ -15,7 +15,7 @@ TUTORIAL_DUMMY_DEVICE_PORT=3001 IOTA_SOUTH_PORT=7896 # IoT Agent Ultralight Variables -ULTRALIGHT_VERSION=3.5.0-distroless +ULTRALIGHT_VERSION=3.6.0-distroless IOTA_NORTH_PORT=4041 # Keyrock variables