Skip to content

Commit

Permalink
Bump python from 3.12.7-slim-bookworm to 3.13.0-slim-bookworm
Browse files Browse the repository at this point in the history
Bumps python from 3.12.7-slim-bookworm to 3.13.0-slim-bookworm.

---
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 Oct 14, 2024
1 parent cd1e61c commit ccdcc23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM python:3.12.7-slim-bookworm AS builder
FROM python:3.13.0-slim-bookworm AS builder

ARG TZ=America/New_York
RUN apt update && apt -yq install gcc make
RUN pip install requests

FROM python:3.12.7-slim-bookworm
FROM python:3.13.0-slim-bookworm

ARG TZ=America/New_York
ARG PYVER=3.12
Expand Down

0 comments on commit ccdcc23

Please sign in to comment.