Skip to content

Commit

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

Bump python from 3.12.5-slim-bookworm to 3.12.6-slim-bookworm
  • Loading branch information
jcostom authored Sep 24, 2024
2 parents 26a40b6 + 296664e commit 475bda4
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.5-slim-bookworm AS builder
FROM python:3.12.6-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.5-slim-bookworm
FROM python:3.12.6-slim-bookworm

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

0 comments on commit 475bda4

Please sign in to comment.