This is an automated email from the ASF dual-hosted git repository.
ptuomola pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new b86cb82 FINERACT-1464: Downgrade Docker image to JDK 11
b86cb82 is described below
commit b86cb82de899ea07b93af22e1cbf287e5f9e40ff
Author: Petri Tuomola <[email protected]>
AuthorDate: Fri Dec 31 09:43:51 2021 +0800
FINERACT-1464: Downgrade Docker image to JDK 11
---
Dockerfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Dockerfile b/Dockerfile
index 1e97c08..df852c3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
#
-FROM azul/zulu-openjdk-debian:17 AS builder
+FROM azul/zulu-openjdk-debian:11 AS builder
RUN apt-get update -qq && apt-get install -y wget
@@ -33,7 +33,7 @@ RUN wget -q
https://downloads.mariadb.com/Connectors/java/connector-java-2.7.3/m
# =========================================
-FROM azul/zulu-openjdk-alpine:17 AS fineract
+FROM azul/zulu-openjdk-alpine:11 AS fineract
COPY --from=builder /fineract/target/BOOT-INF/lib /app/lib
COPY --from=builder /fineract/target/META-INF /app/META-INF