Commit 21ff2689 authored by nimrod's avatar nimrod
Browse files

Update base image.

parent 539fea90
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
FROM registry.hub.docker.com/library/python:3.9-alpine3.13
FROM registry.hub.docker.com/library/python:3.9-alpine3.14
WORKDIR /app
COPY requirements.txt ./
RUN pip install -r requirements.txt