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 Nov 25, 2024
1 parent 184cc5d commit a385549
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
repos:
- repo: https://github.com/golangci/golangci-lint
rev: v1.61.0
rev: v1.62.2
hooks:
- id: golangci-lint
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 a385549

Please sign in to comment.