From 96119afd1d43c0e9e1cbc563ddc484764bceac82 Mon Sep 17 00:00:00 2001
From: Akira Ohgaki <akiraohgaki@gmail.com>
Date: Fri, 3 Mar 2017 22:35:33 +0900
Subject: [PATCH] archlinux docker image

---
 bitbucket-pipelines.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml
index 739213c..61510ab 100644
--- a/bitbucket-pipelines.yml
+++ b/bitbucket-pipelines.yml
@@ -39,7 +39,7 @@ pipelines:
             - sudo -u pkgbuilder sh scripts/build.sh fedora
     build-archlinux:
       - step:
-          image: finalduty/archlinux:latest
+          image: base/archlinux:latest
           script:
             - pacman -Syu --noconfirm
             - pacman -S --noconfirm sudo git curl
-- 
GitLab