File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 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.1@sha256:b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0
4
4
ARG DEBIAN_TAG=12.6-slim@sha256:f528891ab1aa484bf7233dbcc84f3c806c3e427571d75510a9d74bb5ec535b33
5
- ARG GOLANG_TAG=1.22.4 -alpine@sha256:ace6cc3fe58d0c7b12303c57afe6d6724851152df55e08057b43990b927ad5e8
5
+ ARG GOLANG_TAG=1.22.5 -alpine@sha256:8c9183f715b0b4eca05b8b3dbf59766aaedb41ec07477b132ee2891ac0110a07
6
6
7
7
# renovate: datasource=github-releases depName=hashicorp/terraform versioning=hashicorp
8
8
ARG DEFAULT_TERRAFORM_VERSION=1.8.5
@@ -157,7 +157,7 @@ COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
157
157
# Install packages needed to run Atlantis.
158
158
# We place this last as it will bust less docker layer caches when packages update
159
159
RUN apk add --no-cache \
160
- ca-certificates~=20240226 -r0 \
160
+ ca-certificates~=20240705 -r0 \
161
161
curl~=8 \
162
162
git~=2 \
163
163
unzip~=6 \
Original file line number Diff line number Diff line change 1
1
module github.com/runatlantis/atlantis
2
2
3
- go 1.22.4
3
+ go 1.22.5
4
4
5
5
require (
6
6
code.gitea.io/sdk/gitea v0.18.0
Original file line number Diff line number Diff line change 1
- FROM golang:1.22.4 @sha256:a66eda637829ce891e9cf61ff1ee0edf544e1f6c5b0e666c7310dce231a66f28
1
+ FROM golang:1.22.5 @sha256:fcae9e0e7313c6467a7c6632ebb5e5fab99bd39bd5eb6ee34a211353e647827a
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