From 9493e3addbd77c5f21c72a74f9456c6b0f0258be Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga <pveiga@wisemapping.com> Date: Sun, 24 Mar 2024 10:24:55 -0700 Subject: [PATCH] Update java version. --- wise-api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wise-api/Dockerfile b/wise-api/Dockerfile index 47f86cb7..8be77e00 100644 --- a/wise-api/Dockerfile +++ b/wise-api/Dockerfile @@ -1,4 +1,4 @@ -FROM amazoncorretto:17.0.10 +FROM amazoncorretto:21.0.2 LABEL maintainer="Paulo Gustavo Veiga <pveiga@wisemapping.com>" VOLUME /tmp