From d21d8ed1c9843ee39458b6f3c9511c648b39e89f Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 17 Jul 2023 13:37:19 -0500 Subject: [PATCH] latest alpine image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e3790c0..cfdca90 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-alpine +FROM python:3.12.04b-alpine3.18 # hadolint ignore=DL3018 RUN apk add --update --no-cache bash ca-certificates curl git jq openssh