Loading src/context/Dockerfile +1 −1 Original line number Original line Diff line number Diff line Loading @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # See the License for the specific language governing permissions and # limitations under the License. # limitations under the License. FROM python:3.9-slim FROM python:3.13-slim # Install dependencies # Install dependencies RUN apt-get --yes --quiet --quiet update && \ RUN apt-get --yes --quiet --quiet update && \ Loading Loading
src/context/Dockerfile +1 −1 Original line number Original line Diff line number Diff line Loading @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # See the License for the specific language governing permissions and # limitations under the License. # limitations under the License. FROM python:3.9-slim FROM python:3.13-slim # Install dependencies # Install dependencies RUN apt-get --yes --quiet --quiet update && \ RUN apt-get --yes --quiet --quiet update && \ Loading