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 97
97
uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
98
98
id : setup-python
99
99
with :
100
- python-version : ' 3.11 '
100
+ python-version : ' 3.13 '
101
101
cache : ' pip'
102
102
103
103
- name : Install Dependencies
Original file line number Diff line number Diff line change 17
17
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
18
18
id : setup-python
19
19
with :
20
- python-version : ' 3.11 '
20
+ python-version : ' 3.13 '
21
21
cache : ' pip'
22
22
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
23
23
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
2
2
3
3
ENV PIP_NO_CACHE_DIR=off \
4
4
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
2
2
3
3
LABEL org.opencontainers.image.title="Python 3.11 image base image"
4
4
LABEL 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
2
2
3
3
LABEL org.opencontainers.image.title="Python 3.12 image base image"
4
4
LABEL 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
2
2
ENV UV_PYTHON_DOWNLOADS=never
3
3
ENV UV_COMPILE_BYTECODE=1
4
4
ENV PATH="/code/.venv/bin:/code/.bin:$PATH"
You can’t perform that action at this time.
0 commit comments