This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new bc2e16f357 fix: Hopefully fixed the opcua test-container tests after 
updating to java 21
bc2e16f357 is described below

commit bc2e16f357ad1c88d611bba4d9411b9a3c864673
Author: Christofer Dutz <[email protected]>
AuthorDate: Tue Sep 2 17:12:49 2025 +0200

    fix: Hopefully fixed the opcua test-container tests after updating to java 
21
---
 plc4j/drivers/opcua/Dockerfile.test | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4j/drivers/opcua/Dockerfile.test 
b/plc4j/drivers/opcua/Dockerfile.test
index a09721371c..4dbdd0a1ef 100644
--- a/plc4j/drivers/opcua/Dockerfile.test
+++ b/plc4j/drivers/opcua/Dockerfile.test
@@ -13,7 +13,7 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 
-FROM eclipse-temurin:17
+FROM eclipse-temurin:21
 
 ADD "target/milo-testcontainer/*.jar" "/opt/milo/"
 ADD "target/test-classes/org/eclipse/milo" "/opt/milo/org/eclipse/milo"

Reply via email to