Commit f912f60 1 parent 22a325c commit f912f60 Copy full SHA for f912f60
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
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.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
4
4
ARG DEBIAN_TAG=12.8-slim@sha256:d365f4920711a9074c4bcd178e8f457ee59250426441ab2a5f8106ed8fe948eb
5
- ARG GOLANG_TAG=1.23.4-alpine@sha256:6c5c9590f169f77c8046e45c611d3b28fe477789acd8d3762d23d4744de69812
5
+ ARG GOLANG_TAG=1.23.4-alpine@sha256:c23339199a08b0e12032856908589a6d41a0dab141b8b3b21f156fc571a3f1d3
6
6
7
7
# renovate: datasource=github-releases depName=hashicorp/terraform versioning=hashicorp
8
8
ARG DEFAULT_TERRAFORM_VERSION=1.10.3
Original file line number Diff line number Diff line change 1
- FROM golang:1.23.4@sha256:7ea4c9dcb2b97ff8ee80a67db3d44f98c8ffa0d191399197007d8459c1453041
1
+ FROM golang:1.23.4@sha256:585103a29aa6d4c98bbb45d2446e1fdf41441698bbdf707d1801f5708e479f04
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