From a614dd8cbdb448e69564d729c15351334ffaf02b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 02:48:13 +0000 Subject: [PATCH] Update alpine Docker tag to v3.18.0 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b5e901c..24f0da7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ############################################################################### # Build AWS Cli ############################################################################### -FROM alpine:3.17.3 AS BUILD +FROM alpine:3.18.0 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.17.3 +FROM alpine:3.18.0 LABEL maintainer="Julian Nonino " # Install dependencies