From c02d4964929a1f88ec1e72041055264bcd8b92e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vukan=20Markovi=C4=87?= <30355243+Vukan-Markovic@users.noreply.github.com> Date: Thu, 5 Mar 2020 17:01:49 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9ce1371..cf2f6dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:9.5-slim +FROM debian:10.1 LABEL "com.github.actions.name"="Android Github Action" LABEL "com.github.actions.description"="Android Github Action that build Android project, set up JDK 1.8, run unit tests and build debug APK."