From 6a0d2bf65985bd22da5049b9deefd0896b232ef3 Mon Sep 17 00:00:00 2001 From: fernandoataoldotcom Date: Sun, 17 Dec 2023 20:05:00 -0700 Subject: [PATCH] chore(python): 3.11.6-alpine3.18 -> 3.11.7-alpine3.19 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7782d6e..403fdae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:3.11.6-alpine3.18 +FROM python:3.11.7-alpine3.19 # Copy the files into the Docker image COPY . .