From 2cc665c092f1e185ecdbde05a9bb9fda9e571975 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 19:47:51 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.20 --- alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 880ea8d..e4d40c7 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -1,5 +1,5 @@ -ARG ALPINE_VERSION=3.16 +ARG ALPINE_VERSION=3.20 FROM python:3.10.5-alpine${ALPINE_VERSION} as awsbuilder ARG AWS_CLI_VERSION=2.7.20 RUN apk add --no-cache git unzip groff build-base libffi-dev cmake