Skip to content
Snippets Groups Projects
Commit 21ff2689 authored by nimrod's avatar nimrod
Browse files

Update base image.

parent 539fea90
No related branches found
No related tags found
No related merge requests found
FROM registry.hub.docker.com/library/python:3.9-alpine3.13 FROM registry.hub.docker.com/library/python:3.9-alpine3.14
WORKDIR /app WORKDIR /app
COPY requirements.txt ./ COPY requirements.txt ./
RUN pip install -r requirements.txt RUN pip install -r requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment