From f4106f20451c8d973542125532c0026ff6f42b74 Mon Sep 17 00:00:00 2001 From: William Peebles Date: Wed, 22 Mar 2023 22:14:42 -0400 Subject: [PATCH] update base docker image from alpine 3.16/python3.11.0 to alpine 3.17/python3.11.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 95e5a63..1bbcd72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.0-alpine3.16 +FROM python:3.11.2-alpine3.17 COPY ./app /app WORKDIR /app RUN apk add gcc musl-dev mariadb-connector-c-dev