Loading Dockerfile +1 −1 Original line number Diff line number Diff line FROM registry.hub.docker.com/library/python:3.11 as requirements-stage FROM registry.hub.docker.com/library/python:3.12 as requirements-stage WORKDIR /tmp Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line FROM registry.hub.docker.com/library/python:3.11 as requirements-stage FROM registry.hub.docker.com/library/python:3.12 as requirements-stage WORKDIR /tmp Loading