From fa2757b70cde1e5b3f22f9bce786d8b20f115bc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Ccrowdvector=E2=80=9D?= Date: Thu, 12 Nov 2020 11:26:25 -0500 Subject: [PATCH] Updated to latest libraries --- Dockerfile | 2 +- Jenkinsfile | 2 +- download.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9dcb7b5..616602e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} LABEL \ name="innosabi Stylepack" \ maintainer="fedramp@collaboration.ai" \ - vendor="Collaboration.ai" \ + vendor="Collaboration.Ai" \ version="0.0.1" \ release="0" \ summary="innosabi stylepack" \ diff --git a/Jenkinsfile b/Jenkinsfile index 8176a82..6e8b619 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,3 +1,3 @@ @Library('DCCSCR@master') _ -dccscrPipeline( version: "0.0.2" ) +dccscrPipeline( version: "0.0.3" ) diff --git a/download.yaml b/download.yaml index 0975259..43c46e2 100644 --- a/download.yaml +++ b/download.yaml @@ -3,7 +3,7 @@ resources: filename: "stylepack.gz" validation: type: "sha256" - value: "51c7f214bf5f1c77de5220c8e49034e30ddcc98ec628a9df116bac6795d395e0" + value: "78ee6ec83f728de65afb04e64b186b649a889608d586ba0f1a69299b8dc97892" - url: "https://gitlab.com/crowdvector/dist/-/raw/feature/distribution/stylepack/node-sass_binding.node" filename: "node-sass_binding.node" validation: -- GitLab