From 71f6650ff9934512e6acabc92ee009c6261a9984 Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 17 Jul 2023 13:21:22 -0500 Subject: [PATCH] stay with 11 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 471dff7..d56708e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.17-alpine +FROM python:3.11-alpine # hadolint ignore=DL3018 RUN apk add --update --no-cache bash ca-certificates curl git jq openssh