Skip to content

Commit cb12362

Browse files
build(deps): bump golang from f18a072 to f18a072 (#1591)
Bumps golang from `f18a072` to `f18a072`. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2e975e5 commit cb12362

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# download kubectl
2-
FROM golang:1.25.1-alpine@sha256:26264873df6ac01d9a0bbff432c83d11572b323efb3bac97c620fff7af4e9fbe AS kubectl
2+
FROM golang:1.25.1-alpine@sha256:cb0b8e92b8b63b1ba16ce78d926fcba5d4f9ff241855115568006affc3ae6557 AS kubectl
33
ARG KUBECTL_VERSION=1.34.0
44
RUN apk add --no-cache curl
55
RUN export OS=$(go env GOOS) && \
@@ -8,7 +8,7 @@ RUN export OS=$(go env GOOS) && \
88
chmod +x /usr/local/bin/kubectl
99

1010
# build jsonnet-bundler
11-
FROM golang:1.25.1-alpine@sha256:26264873df6ac01d9a0bbff432c83d11572b323efb3bac97c620fff7af4e9fbe AS jb
11+
FROM golang:1.25.1-alpine@sha256:cb0b8e92b8b63b1ba16ce78d926fcba5d4f9ff241855115568006affc3ae6557 AS jb
1212
WORKDIR /tmp
1313
RUN apk add --no-cache git make bash &&\
1414
git clone https://github.com/jsonnet-bundler/jsonnet-bundler &&\
@@ -17,7 +17,7 @@ RUN apk add --no-cache git make bash &&\
1717
make static &&\
1818
mv _output/jb /usr/local/bin/jb
1919

20-
FROM golang:1.25.1-alpine@sha256:26264873df6ac01d9a0bbff432c83d11572b323efb3bac97c620fff7af4e9fbe AS helm
20+
FROM golang:1.25.1-alpine@sha256:cb0b8e92b8b63b1ba16ce78d926fcba5d4f9ff241855115568006affc3ae6557 AS helm
2121
WORKDIR /tmp/helm
2222
ARG HELM_VERSION=3.18.6
2323
RUN apk add --no-cache jq curl
@@ -26,7 +26,7 @@ RUN export OS=$(go env GOOS) && \
2626
curl -SL "https://get.helm.sh/helm-v${HELM_VERSION}-${OS}-${ARCH}.tar.gz" > helm.tgz && \
2727
tar -xvf helm.tgz --strip-components=1
2828

29-
FROM golang:1.25.1-alpine@sha256:26264873df6ac01d9a0bbff432c83d11572b323efb3bac97c620fff7af4e9fbe AS kustomize
29+
FROM golang:1.25.1-alpine@sha256:cb0b8e92b8b63b1ba16ce78d926fcba5d4f9ff241855115568006affc3ae6557 AS kustomize
3030
WORKDIR /tmp/kustomize
3131
ARG KUSTOMIZE_VERSION=5.7.1
3232
RUN apk add --no-cache jq curl
@@ -36,7 +36,7 @@ RUN export OS=$(go env GOOS) &&\
3636
curl -SL "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v${KUSTOMIZE_VERSION}/kustomize_v${KUSTOMIZE_VERSION}_${OS}_${ARCH}.tar.gz" > kustomize.tgz && \
3737
tar -xvf kustomize.tgz
3838

39-
FROM golang:1.25.1@sha256:0802d0e17ff58ee90d2dc9cd5da4f502b3d4d12677096ad73fd9a505f222781b AS build
39+
FROM golang:1.25.1@sha256:76a94c4a37aaab9b1b35802af597376b8588dc54cd198f8249633b4e117d9fcc AS build
4040
WORKDIR /app
4141
COPY . .
4242
RUN make static

0 commit comments

Comments
 (0)