Skip to content
Snippets Groups Projects
Commit 2fb4895e authored by nimrod's avatar nimrod
Browse files

Update the base image.

parent 05933e4a
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment