Skip to content

Commit

Permalink
Bump python from 3.12.7-slim to 3.13.1-slim (#379)
Browse files Browse the repository at this point in the history
Bumps python from 3.12.7-slim to 3.13.1-slim.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 14, 2024
1 parent 15f5cc9 commit 9bd7333
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Celery.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# use base python image with python 3.8
FROM python:3.12.7-slim as build
FROM python:3.13.1-slim as build

# ENV HTTP_PROXY "http://bervianto.leo:[email protected]:8080"
# ENV HTTPS_PROXY "http://bervianto.leo:[email protected]:8080"
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# use base python image with python 3.8
FROM python:3.12.7-slim as build
FROM python:3.13.1-slim as build
# set working directory to /app/
WORKDIR /app
RUN apt-get update && apt-get -y dist-upgrade && apt install -y \
Expand All @@ -16,7 +16,7 @@ ADD requirements.txt requirements.txt
# install python dependencies
RUN pip install --target=/app/deps -r requirements.txt

FROM python:3.12.7-slim as runner
FROM python:3.13.1-slim as runner
WORKDIR /app
RUN apt-get update && apt-get -y dist-upgrade && apt install -y \
ffmpeg \
Expand Down
2 changes: 1 addition & 1 deletion Web.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# use base python image with python 3.8
FROM python:3.12.7-slim as build
FROM python:3.13.1-slim as build
# ENV HTTP_PROXY "http://bervianto.leo:[email protected]:8080"
# ENV HTTPS_PROXY "http://bervianto.leo:[email protected]:8080"
# ENV FTP_PROXY "http://bervianto.leo:[email protected]:8080"
Expand Down

0 comments on commit 9bd7333

Please sign in to comment.