File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9797 uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
9898 id : setup-python
9999 with :
100- python-version : ' 3.11 '
100+ python-version : ' 3.13 '
101101 cache : ' pip'
102102
103103 - name : Install Dependencies
Original file line number Diff line number Diff line change 1717 - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
1818 id : setup-python
1919 with :
20- python-version : ' 3.11 '
20+ python-version : ' 3.13 '
2121 cache : ' pip'
2222 - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
2323 with :
Original file line number Diff line number Diff line change 1- FROM python:3.12 -slim AS prod
1+ FROM python:3.13 -slim AS prod
22
33ENV PIP_NO_CACHE_DIR=off \
44 PIP_DISABLE_PIP_VERSION_CHECK=on \
Original file line number Diff line number Diff line change 1- FROM python:3.11.8 -alpine3.19 AS builder
1+ FROM python:3.13.1 -alpine3.19 AS builder
22
33LABEL org.opencontainers.image.title="Python 3.11 image base image"
44LABEL org.opencontainers.image.base.name="ghcr.io/rackerlabs/understack/python3.11.8-alpine3.19"
Original file line number Diff line number Diff line change 1- FROM python:3.12.2 -alpine3.19 AS builder
1+ FROM python:3.13.1 -alpine3.19 AS builder
22
33LABEL org.opencontainers.image.title="Python 3.12 image base image"
44LABEL org.opencontainers.image.base.name="ghcr.io/rackerlabs/understack/python3.12.2-alpine3.19"
Original file line number Diff line number Diff line change 1- FROM python:3.12 -slim AS builder
1+ FROM python:3.13 -slim AS builder
22ENV UV_PYTHON_DOWNLOADS=never
33ENV UV_COMPILE_BYTECODE=1
44ENV PATH="/code/.venv/bin:/code/.bin:$PATH"
You can’t perform that action at this time.
0 commit comments