From f95bbf39ddb2647e8be62a2348f58fef7533a6f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 19:23:18 +0000 Subject: [PATCH] Update alpine Docker tag to v3.18.2 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 24f0da7..03cfde1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ############################################################################### # Build AWS Cli ############################################################################### -FROM alpine:3.18.0 AS BUILD +FROM alpine:3.18.2 AS BUILD # renovate: datasource=github-tags depName=aws/aws-cli ARG AWS_CLI_VERSION=2.9.16 @@ -20,7 +20,7 @@ RUN git clone --single-branch --depth 1 -b ${AWS_CLI_VERSION} https://github.com ############################################################################### # AWS Cli Docker Image ############################################################################### -FROM alpine:3.18.0 +FROM alpine:3.18.2 LABEL maintainer="Julian Nonino " # Install dependencies