Loading Dockerfile +1 −1 Original line number Diff line number Diff line 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 Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line 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 Loading