diff --git a/Dockerfile b/Dockerfile index e7c5ac89470e9cc5f3ce4bc769dccb0671b414d6..467e5b76432d6c19b62aa4ef20a2ca2aa725ef40 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 ARG BASE_TAG=8.3 -FROM koalaman/shellcheck:v0.7.1 as source +FROM koalaman/shellcheck:v0.7.2 as source FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 518332895079aedab826f08476a0c987685b3f36..0dcb10873f05205f8173fee56b8432dd8a56c89d 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "opensource/shellcheck/shellcheck" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "v0.7.1" +- "v0.7.2" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://github.com/koalaman/shellcheck" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "koalaman" - org.opencontainers.image.version: "v0.7.1" + org.opencontainers.image.version: "v0.7.2" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "opensource" ## This value can be "opensource" or "commercial" @@ -37,8 +37,8 @@ labels: # List of resources to make available to the offline build context resources: -- tag: koalaman/shellcheck:v0.7.1 - url: docker://docker.io/koalaman/shellcheck@sha256:ad95c140f7bf5cc66e50e19da7d72c398583ba24c5866ac32c882eb3ddc153ee +- tag: koalaman/shellcheck:v0.7.2 + url: docker://docker.io/koalaman/shellcheck@sha256:90680b9c98552cb5468966f6e83cd419a951d2a099454663429be796462c7549 # List of project maintainers maintainers: