From 75e333fde330d29062a1d1fd84318470786d0bf1 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Wed, 23 Feb 2022 20:38:47 +0200
Subject: [PATCH] Update the base container image.

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index ed2e783..6d056ee 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM registry.hub.docker.com/library/python:3.9-alpine3.14
+FROM registry.hub.docker.com/library/python:3.10-alpine3.15
 WORKDIR /app
 COPY requirements.txt ./
 RUN pip install --no-cache-dir -r requirements.txt
-- 
GitLab