diff --git a/charts/apache-airflow/dockerfiles/pgbouncer-exporter/Dockerfile b/charts/apache-airflow/dockerfiles/pgbouncer-exporter/Dockerfile index 182130f2..4a9abe69 100644 --- a/charts/apache-airflow/dockerfiles/pgbouncer-exporter/Dockerfile +++ b/charts/apache-airflow/dockerfiles/pgbouncer-exporter/Dockerfile @@ -12,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -ARG ALPINE_VERSION="3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412" +ARG ALPINE_VERSION="3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2" ARG GO_VERSION FROM golang:${GO_VERSION} AS builder diff --git a/charts/apache-airflow/dockerfiles/pgbouncer/Dockerfile b/charts/apache-airflow/dockerfiles/pgbouncer/Dockerfile index e6d17c01..8cf5a46f 100644 --- a/charts/apache-airflow/dockerfiles/pgbouncer/Dockerfile +++ b/charts/apache-airflow/dockerfiles/pgbouncer/Dockerfile @@ -14,7 +14,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -ARG ALPINE_VERSION="3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412" +ARG ALPINE_VERSION="3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2" FROM alpine:${ALPINE_VERSION} AS builder SHELL ["/bin/ash", "-e", "-x", "-c", "-o", "pipefail"]