Skip to content

Commit

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

Bump python from 3.12.2-slim-bookworm to 3.12.3-slim-bookworm
  • Loading branch information
jcostom authored Apr 18, 2024
2 parents da7ee12 + eb17303 commit 4d3971f
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.2-slim-bookworm AS builder
FROM python:3.12.3-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.2-slim-bookworm
FROM python:3.12.3-slim-bookworm

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

0 comments on commit 4d3971f

Please sign in to comment.