From 11eca387a06018de89d4a493ea070f9fb8cb7acc Mon Sep 17 00:00:00 2001 From: Arve Knudsen Date: Wed, 29 Apr 2020 16:16:46 +0200 Subject: [PATCH] CircleCI: Unpin grafana/docs-base (#24054) Signed-off-by: Arve Knudsen --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cf7bb46adb9..840bcd98929 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -858,7 +858,8 @@ jobs: - run: name: Build Grafana docs website command: | - IMAGE=grafana/docs-base@sha256:63758b74e3990ab61e274f5e98da092d5c38378829dad0488aa97c59f0144f34 + # Use latest revision here, since we want to catch if it breaks + IMAGE=grafana/docs-base:latest # In order to copy sources into the remote container, we need to employ a trick of creating a container # with a volume, that we copy the sources into. Then, we launch the build container, with the volume