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 <[email protected]> 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"
