From 5755326a25eacd492cdc837dd8528bb59d511572 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 19:17:54 +0000 Subject: [PATCH] chore(deps): update mcr.microsoft.com/iotedge/opc-plc docker tag to v2.12.27 --- integration/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration/docker-compose.yml b/integration/docker-compose.yml index 16bf24b..4bbf41e 100644 --- a/integration/docker-compose.yml +++ b/integration/docker-compose.yml @@ -3,7 +3,7 @@ version: "3.4" services: opcua-server-first: - image: mcr.microsoft.com/iotedge/opc-plc:2.12.26 + image: mcr.microsoft.com/iotedge/opc-plc:2.12.27 command: - --plchostname=opcua-server-first - --unsecuretransport @@ -12,7 +12,7 @@ services: - ./pki-server:/app/pki opcua-server-second: - image: mcr.microsoft.com/iotedge/opc-plc:2.12.26 + image: mcr.microsoft.com/iotedge/opc-plc:2.12.27 command: - --plchostname=opcua-server-second - --disableanonymousauth