Skip to content

Commit e07235d

Browse files
update python (minor) (#9)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | python | final | minor | `3.11-slim` → `3.14-slim` | | python | stage | minor | `3.11-slim` → `3.14-slim` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 6am on monday" in timezone UTC, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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/bakerboy448/RedditModLog). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiZG9ja2VyIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4752651 commit e07235d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM python:3.11-slim AS builder
2+
FROM python:3.14-slim AS builder
33

44
# Install build dependencies
55
RUN apt-get update && apt-get install -y --no-install-recommends \
@@ -15,7 +15,7 @@ COPY requirements.txt /tmp/
1515
RUN pip install --no-cache-dir -r /tmp/requirements.txt
1616

1717
# Runtime stage
18-
FROM python:3.11-slim
18+
FROM python:3.14-slim
1919

2020
# OCI Labels
2121
LABEL org.opencontainers.image.title="Reddit ModLog Wiki Publisher" \

0 commit comments

Comments
 (0)