From 238c6df77504552934dce860319015a94bfb7daa Mon Sep 17 00:00:00 2001 From: fernandoataoldotcom Date: Mon, 23 Oct 2023 18:19:16 -0600 Subject: [PATCH] chore(python): 3.11.5-alpine3.18 -> 3.11.6-alpine3.18 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 67650ab..7782d6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:3.11.5-alpine3.18 +FROM python:3.11.6-alpine3.18 # Copy the files into the Docker image COPY . .