Skip to content

Commit

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

Bump python from 3.12.4-slim-bookworm to 3.12.5-slim-bookworm
  • Loading branch information
jcostom committed Aug 12, 2024
2 parents 6f9de3f + 4faf0f3 commit 15ddfbf
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.4-slim-bookworm AS builder
FROM python:3.12.5-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.4-slim-bookworm
FROM python:3.12.5-slim-bookworm

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

0 comments on commit 15ddfbf

Please sign in to comment.