Skip to content

Commit

Permalink
Merge pull request #15 from janheinrichmerker/dependabot/docker/pytho…
Browse files Browse the repository at this point in the history
…n-3.12.6-slim

Bump python from 3.12-slim to 3.12.6-slim
  • Loading branch information
janheinrichmerker authored Sep 30, 2024
2 parents 050985f + 7847a28 commit 68cba2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-slim as python-base
FROM python:3.12.6-slim as python-base

RUN --mount=type=cache,target=/var/cache/apt \
apt-get -y update && \
Expand Down

0 comments on commit 68cba2b

Please sign in to comment.