Skip to content

Commit

Permalink
Update python Docker tag to v3.12.4
Browse files Browse the repository at this point in the history
Signed-off-by: redhat-renovate-bot <redhat-internal-renovate@redhat.com>
  • Loading branch information
redhat-renovate-bot committed Jun 25, 2024
1 parent adbb458 commit f3ebf7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /build
RUN CGO_ENABLED=0 go build ./act.go

# Main stage
FROM python:3.12.3-slim-bullseye
FROM python:3.12.4-slim-bullseye
RUN python -m ensurepip
RUN python -m pip install --user --upgrade flake8

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.goreleaser
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.3-slim-bullseye
FROM python:3.12.4-slim-bullseye

RUN python -m pip install --user --upgrade flake8

Expand Down

0 comments on commit f3ebf7a

Please sign in to comment.