Skip to content

Commit

Permalink
Update python Docker tag to v3.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 7, 2024
1 parent 7abb462 commit 34877ab
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.4-alpine@sha256:63094abdaf49e046da9f6529ecd6ce4d853d9bfbf00a25c52bbbb68b3223b490
FROM python:3.12.5-alpine@sha256:308b51a667d06ef4b604fc197d0d9c86598e695ef2a3bbc6476fcd654b1a97e0

# Prevent Python from writing out pyc files
ENV PYTHONDONTWRITEBYTECODE 1

Check warning on line 4 in Dockerfile

View workflow job for this annotation

GitHub Actions / build

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Expand Down Expand Up @@ -27,7 +27,7 @@ RUN apk add --no-cache git && \



FROM python:3.12.4-alpine@sha256:63094abdaf49e046da9f6529ecd6ce4d853d9bfbf00a25c52bbbb68b3223b490
FROM python:3.12.5-alpine@sha256:308b51a667d06ef4b604fc197d0d9c86598e695ef2a3bbc6476fcd654b1a97e0

# Prevent Python from writing out pyc files
ENV PYTHONDONTWRITEBYTECODE 1

Check warning on line 33 in Dockerfile

View workflow job for this annotation

GitHub Actions / build

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Expand Down

0 comments on commit 34877ab

Please sign in to comment.