From d0448ff0f25855d7c6cc5be65759ef64be1cb6a3 Mon Sep 17 00:00:00 2001 From: levlam Date: Wed, 3 Apr 2019 22:48:31 +0300 Subject: [PATCH] Try to use gcc:latest in Bitbucket pipelines. GitOrigin-RevId: 98e9796788fdc15842ef68ab6a32b94257909918 --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 4dbdf6c9..5f6b364a 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -1,4 +1,4 @@ -image: gcc:5.4 +image: gcc:latest pipelines: default: