Skip to content

Commit

Permalink
Merge pull request #35 from jcostom/dependabot/docker/python-3.13.0-s…
Browse files Browse the repository at this point in the history
…lim-bookworm

Bump python from 3.12.7-slim-bookworm to 3.13.0-slim-bookworm
  • Loading branch information
jcostom authored Nov 4, 2024
2 parents cd1e61c + ccdcc23 commit e1a290b
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 e1a290b

Please sign in to comment.