You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by el...@apache.org on 2019/09/24 15:35:29 UTC

[incubator-ratis] 05/07: change base image

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

elek pushed a commit to branch github-actions
in repository https://gitbox.apache.org/repos/asf/incubator-ratis.git

commit 037e316d69fd4dd8539c71cc418cda61524a0e43
Author: Márton Elek <el...@apache.org>
AuthorDate: Tue Sep 24 16:32:41 2019 +0200

    change base image
---
 .github/actions/build/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/actions/build/Dockerfile b/.github/actions/build/Dockerfile
index b4cd467..0cd1720 100644
--- a/.github/actions/build/Dockerfile
+++ b/.github/actions/build/Dockerfile
@@ -1,4 +1,4 @@
-FROM debian:9.5-slim
+FROM elek/ozone-build:20190825-1
 
 LABEL "com.github.actions.name"="Build"
 LABEL "com.github.actions.description"="Build adapter to execute shell script in docker"