Skip to content

Commit 3ef712e

Browse files
Update python Docker tag to v3.13 (#178)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | python | final | minor | `3.12-slim` -> `3.13-slim` | | python | stage | minor | `3.12` -> `3.13` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/BSStudio/bss-web-file-api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9743997 commit 3ef712e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12 AS builder
1+
FROM python:3.13 AS builder
22

33
WORKDIR /app
44

@@ -12,7 +12,7 @@ COPY ./src/bss_web_file_server/__init__.py ./src/bss_web_file_server/
1212
RUN pip wheel --wheel-dir ./wheels .
1313

1414

15-
FROM python:3.12-slim AS app
15+
FROM python:3.13-slim AS app
1616

1717
# Create a non-root user
1818
RUN adduser --system --group --home /home/nonroot nonroot

0 commit comments

Comments
 (0)