File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
node 22.14.0
2
- go 1.24.1
2
+ go 1.24.2
Original file line number Diff line number Diff line change 2
2
# what distro is the image being built for
3
3
ARG ALPINE_TAG=3.21.3@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
4
4
ARG DEBIAN_TAG=12.10-slim@sha256:1209d8fd77def86ceb6663deef7956481cc6c14a25e1e64daec12c0ceffcc19d
5
- ARG GOLANG_TAG=1.24.1 -alpine@sha256:43c094ad24b6ac0546c62193baeb3e6e49ce14d3250845d166c77c25f64b0386
5
+ ARG GOLANG_TAG=1.24.2 -alpine@sha256:7772cb5322baa875edd74705556d08f0eeca7b9c4b5367754ce3f2f00041ccee
6
6
7
7
# renovate: datasource=github-releases depName=hashicorp/terraform versioning=hashicorp
8
8
ARG DEFAULT_TERRAFORM_VERSION=1.11.4
Original file line number Diff line number Diff line change 1
1
module github.com/runatlantis/atlantis/e2e
2
2
3
- go 1.24.1
3
+ go 1.24.2
4
4
5
5
require (
6
6
github.com/google/go-github/v71 v71.0.0
Original file line number Diff line number Diff line change 1
1
module github.com/runatlantis/atlantis
2
2
3
- go 1.24.1
3
+ go 1.24.2
4
4
5
5
require (
6
6
code.gitea.io/sdk/gitea v0.21.0
Original file line number Diff line number Diff line change 1
- FROM golang:1.24.1 @sha256:52ff1b35ff8de185bf9fd26c70077190cd0bed1e9f16a2d498ce907e5c421268
1
+ FROM golang:1.24.2 @sha256:1ecc479bc712a6bdb56df3e346e33edcc141f469f82840bab9f4bc2bc41bf91d
2
2
3
3
RUN apt-get update && apt-get --no-install-recommends -y install unzip \
4
4
&& apt-get clean \
You can’t perform that action at this time.
0 commit comments