diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index 72a62d3a84..51d4f3dd3b 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -0f290e0f7ff46684d12b5378dec0ad06257ec424 +b98481deef184d232f278a7d3b34260a02eb5e62 diff --git a/common/config/.hadolint.yml b/common/config/.hadolint.yml index c29ce1a8b7..fb0f74b656 100644 --- a/common/config/.hadolint.yml +++ b/common/config/.hadolint.yml @@ -7,6 +7,7 @@ ignored: - DL3008 + - DL3059 trustedRegistries: - gcr.io diff --git a/common/scripts/setup_env.sh b/common/scripts/setup_env.sh index 35c557f0b4..6c7d770028 100755 --- a/common/scripts/setup_env.sh +++ b/common/scripts/setup_env.sh @@ -65,7 +65,7 @@ fi # Build image to use if [[ "${IMAGE_VERSION:-}" == "" ]]; then - export IMAGE_VERSION=master-2021-11-01T19-11-43 + export IMAGE_VERSION=master-2021-11-03T16-01-09 fi if [[ "${IMAGE_NAME:-}" == "" ]]; then export IMAGE_NAME=build-tools