Skip to content

Commit

Permalink
Bump python from 3.12-slim to 3.13-slim in /agoora-profiler-service
Browse files Browse the repository at this point in the history
Bumps python from 3.12-slim to 3.13-slim.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 936792d commit 84011e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agoora-profiler-service/Dockerfile.jvm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-slim as builder
FROM python:3.13-slim as builder

WORKDIR /build

Expand Down Expand Up @@ -34,7 +34,7 @@ RUN mkdir testresults \
&& rm -rf testresults


FROM python:3.12-slim
FROM python:3.13-slim

RUN apt update && apt install -y fonts-liberation

Expand Down

0 comments on commit 84011e1

Please sign in to comment.