Skip to content

Commit

Permalink
Bump python from 3.13.0-slim to 3.13.1-slim in /docker
Browse files Browse the repository at this point in the history
Bumps python from 3.13.0-slim to 3.13.1-slim.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 7, 2024
1 parent dc3951b commit 6af2261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COPY tests tests
RUN python3 -m pip install --no-cache-dir -r tests/requirements.txt

# Prepare run image.
FROM python:3.13.0-slim AS run-base
FROM python:3.13.1-slim AS run-base
WORKDIR /opt/memebot/
ENV PATH="/opt/venv/bin:$PATH"
COPY memebot memebot
Expand Down

0 comments on commit 6af2261

Please sign in to comment.