From 0060e310bebeb835bb5d18788097cf6317d7a2e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 12:48:56 +0000 Subject: [PATCH] Update alpine Docker tag to v3.18.4 --- .batect/release-env/Dockerfile | 2 +- .batect/test-env/Dockerfile | 2 +- .batect/yamllint/Dockerfile | 2 +- .batect/yapf/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.batect/release-env/Dockerfile b/.batect/release-env/Dockerfile index adc4961..07e10f9 100644 --- a/.batect/release-env/Dockerfile +++ b/.batect/release-env/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18.3@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a +FROM alpine:3.18.4@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 RUN apk --no-cache add \ bash==5.2.15-r5 \ diff --git a/.batect/test-env/Dockerfile b/.batect/test-env/Dockerfile index 1857879..ee225d8 100644 --- a/.batect/test-env/Dockerfile +++ b/.batect/test-env/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18.3@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a +FROM alpine:3.18.4@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 RUN apk --no-cache add \ bash==5.2.15-r5 \ diff --git a/.batect/yamllint/Dockerfile b/.batect/yamllint/Dockerfile index 63957ed..0554eb7 100644 --- a/.batect/yamllint/Dockerfile +++ b/.batect/yamllint/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18.3@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a +FROM alpine:3.18.4@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 RUN apk add --no-cache yamllint=1.31.0-r0 diff --git a/.batect/yapf/Dockerfile b/.batect/yapf/Dockerfile index 4f60dd1..bd7b70f 100644 --- a/.batect/yapf/Dockerfile +++ b/.batect/yapf/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18.3@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a +FROM alpine:3.18.4@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 RUN apk add --no-cache py3-pip=23.1.2-r0 \ && pip install --no-cache-dir yapf==0.40.2