From 2fb4895edc2eae750ca22645de9b40d4a483bfe3 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 16 Jul 2022 17:09:53 +0300 Subject: [PATCH] Update the base image. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6d056ee..13f0bf9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.hub.docker.com/library/python:3.10-alpine3.15 +FROM registry.hub.docker.com/library/python:3.10-alpine3.16 WORKDIR /app COPY requirements.txt ./ RUN pip install --no-cache-dir -r requirements.txt -- GitLab