Commit 685f24b 2 people authored and committed
1 parent cd5887f commit 685f24b Copy full SHA for 685f24b
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed 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.20.3@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d
4
4
ARG DEBIAN_TAG=12.7-slim@sha256:36e591f228bb9b99348f584e83f16e012c33ba5cad44ef5981a1d7c0a93eca22
5
- ARG GOLANG_TAG=1.23.0 -alpine@sha256:d0b31558e6b3e4cc59f6011d79905835108c919143ebecc58f35965bf79948f4
5
+ ARG GOLANG_TAG=1.23.2 -alpine@sha256:9dd2625a1ff2859b8d8b01d8f7822c0f528942fe56cfe7a1e7c38d3b8d72d679
6
6
7
7
# renovate: datasource=github-releases depName=hashicorp/terraform versioning=hashicorp
8
8
ARG DEFAULT_TERRAFORM_VERSION=1.9.8
Original file line number Diff line number Diff line change 1
1
module github.com/runatlantis/atlantis/e2e
2
2
3
- go 1.23.0
3
+ go 1.23.2
4
4
5
5
require (
6
6
github.com/google/go-github/v65 v65.0.0
Original file line number Diff line number Diff line change 1
1
module github.com/runatlantis/atlantis
2
2
3
- go 1.23.0
3
+ go 1.23.2
4
4
5
5
require (
6
6
code.gitea.io/sdk/gitea v0.19.0
Original file line number Diff line number Diff line change 1
- FROM golang:1.23.0 @sha256:613a108a4a4b1dfb6923305db791a19d088f77632317cfc3446825c54fb862cd
1
+ FROM golang:1.23.2 @sha256:ad5c126b5cf501a8caef751a243bb717ec204ab1aa56dc41dc11be089fafcb4f
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