From 9e15765030833544d158c6d596c7aac3a5b5bfba Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 29 Sep 2023 00:43:45 +0000
Subject: [PATCH] Update alpine Docker tag to v3.18.4

---
 cluster/images/provider-aws/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cluster/images/provider-aws/Dockerfile b/cluster/images/provider-aws/Dockerfile
index 4985e8bbfd..04f235c028 100644
--- a/cluster/images/provider-aws/Dockerfile
+++ b/cluster/images/provider-aws/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.18.3 AS builder
+FROM alpine:3.18.4 AS builder
 RUN apk --no-cache add curl
 
 ARG TARGETOS
@@ -22,7 +22,7 @@ RUN curl -L -o /tmp/terraform_${TERRAFORM_VERSION}_${TARGETOS}_${TARGETARCH}.zip
   && rm /tmp/${TERRAFORM_PROVIDER_DOWNLOAD_NAME}_${TERRAFORM_PROVIDER_VERSION}_${TARGETOS}_${TARGETARCH}.zip
 # End of - Setup Terraform environment
 
-FROM alpine:3.18.3 as base
+FROM alpine:3.18.4 as base
 
 ARG CROSSPLANE_PROVIDER_VERSION
 ARG TARGETOS