Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: redhat-renovate-bot <[email protected]>
  • Loading branch information
redhat-renovate-bot committed Oct 8, 2024
1 parent 4dd60b5 commit e9ad89e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Build stage
FROM golang:1.22 AS builder
FROM golang:1.23 AS builder
COPY . /build
WORKDIR /build
RUN CGO_ENABLED=0 go build ./act.go

# Main stage
FROM python:3.9-slim-bullseye
FROM python:3.13-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.9-slim-bullseye
FROM python:3.13-slim-bullseye

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

Expand Down

0 comments on commit e9ad89e

Please sign in to comment.