Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 17, 2024
1 parent 572dfc6 commit 873256b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9.6-slim as build
FROM python:3.13.0-slim as build
WORKDIR /opt/memebot/

# Install requirements.
Expand All @@ -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.9.6-slim as run-base
FROM python:3.13.0-slim as run-base
WORKDIR /opt/memebot/
ENV PATH="/opt/venv/bin:$PATH"
COPY memebot memebot
Expand Down

0 comments on commit 873256b

Please sign in to comment.