diff --git a/.circleci/config.yml b/.circleci/config.yml index 07c7c2b6..88d255a7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -141,7 +141,7 @@ jobs: test: docker: - - image: cimg/go:1.26.2 + - image: cimg/go:1.26.5 steps: - checkout - *set_environment_variables @@ -157,7 +157,7 @@ jobs: # The goreleaser image tag determins the version of Go. # Manually check goreleaser images for their version of Go. # Ref: https://hub.docker.com/r/goreleaser/goreleaser/tags - - image: goreleaser/goreleaser:v2.15.4 + - image: goreleaser/goreleaser:v2.17.1 steps: - checkout - setup_remote_docker diff --git a/.github/actions/setup-polaris/Dockerfile b/.github/actions/setup-polaris/Dockerfile index e9df0812..50d94573 100644 --- a/.github/actions/setup-polaris/Dockerfile +++ b/.github/actions/setup-polaris/Dockerfile @@ -1,6 +1,6 @@ # The action uses an own Dockerfile on purpose because the root Dockerfile takes way too long to build for an action -FROM alpine:3.23 +FROM alpine:3.24 RUN apk add --no-cache \ bash \