Skip to content

Commit

Permalink
Bump python from 3.11-slim-bullseye to 3.13-slim-bullseye in /src
Browse files Browse the repository at this point in the history
Bumps python from 3.11-slim-bullseye to 3.13-slim-bullseye.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent d7955af commit ed260de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-slim-bullseye AS builder
FROM python:3.13-slim-bullseye AS builder
MAINTAINER [email protected]

RUN apt update && apt install --no-install-recommends -y \
Expand All @@ -14,7 +14,7 @@ RUN python -m pip install uwsgi
RUN python -m pip install --no-cache-dir --no-deps -r $PIP_REQUIREMENTS

# Start runtime image,
FROM python:3.11-slim-bullseye
FROM python:3.13-slim-bullseye
RUN useradd -U -r dsoapi
RUN apt update && apt install --no-install-recommends -y \
curl \
Expand Down

0 comments on commit ed260de

Please sign in to comment.