From 6241de18d18d5055298ebcb7dc3969a0a9ee74c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Nov 2022 11:19:32 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.17 --- alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 880ea8d..393f3bb 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -1,5 +1,5 @@ -ARG ALPINE_VERSION=3.16 +ARG ALPINE_VERSION=3.17 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