Skip to content

Commit

Permalink
Change container base images to Python 3.9, the Arca supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
webbnh authored and redhat-renovate-bot committed Jun 25, 2024
1 parent f3ebf7a commit ad3b4dc
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.4-slim-bullseye
FROM python:3.9-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.4-slim-bullseye
FROM python:3.9-slim-bullseye

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

Expand Down

0 comments on commit ad3b4dc

Please sign in to comment.