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