From eaa7ad8a8dff3aed40fc53a416372967246c82fe Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 17 Jul 2023 13:01:50 -0500 Subject: [PATCH] bump alpine --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8c310f9..575c9cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7-alpine +FROM python:3.17-alpine # hadolint ignore=DL3018 RUN apk add --update --no-cache bash ca-certificates curl git jq openssh