Skip to content

Commit

Permalink
Update python Docker tag to v3.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 8, 2024
1 parent 5241e9b commit ed1f9a8
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,4 +1,4 @@
FROM python:3.12.1-alpine@sha256:14cfc61fc2404da8adc7b1cb1fcb299aefafab22ae571f652527184fbb21ce69
FROM python:3.12.2-alpine@sha256:f688da3e08fd3d5a08370dadfb887611c33fc19b4c850d5e756cbfd0e3d59277

ARG META_MANAGER_VERSION

Expand All @@ -7,7 +7,7 @@ RUN apk add --no-cache git && \



FROM python:3.12.1-alpine@sha256:14cfc61fc2404da8adc7b1cb1fcb299aefafab22ae571f652527184fbb21ce69
FROM python:3.12.2-alpine@sha256:f688da3e08fd3d5a08370dadfb887611c33fc19b4c850d5e756cbfd0e3d59277

ENV PYTHONUNBUFFERED 1

Expand Down

0 comments on commit ed1f9a8

Please sign in to comment.