Skip to content

Commit 2e62aac

Browse files
committed
Pin Centos image
We're seeing all test runs currently fail (see [example failure](https://app.circleci.com/pipelines/github/mozilla-services/mozilla-pipeline-schemas/1666/workflows/2af886d5-3764-4da0-9d51-bab9ff994611/jobs/3706/steps). This looks to be due to "diff" not being available in the centos8 image published last week.
1 parent d3af01c commit 2e62aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM centos:centos8
1+
FROM centos:centos8.1.1911
22
LABEL maintainer="Firefox Data Platform"
33

44
# Install the appropriate software

0 commit comments

Comments
 (0)