We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4612d87 + 4a9b461 commit 8481528Copy full SHA for 8481528
images/alpine/Dockerfile
@@ -15,7 +15,7 @@
15
# Update the date below (check https://hub.docker.com/_/alpine/tags) to get the
16
# alpine edge base image, which has a faster release cadence than alpine:latest
17
# (which tracks alpine stable), to pick up security patches more quickly.
18
-FROM alpine:20240606
+FROM alpine:3.22.2
19
20
ARG IMAGE_ARG
21
ENV IMAGE=${IMAGE_ARG}
images/git-custom-k8s-auth/cloudbuild.yaml
@@ -22,5 +22,5 @@ steps:
22
substitutions:
23
_GIT_TAG: "12345"
24
# Prefer 0.5.x series (not 0.6.x) for now.
25
- _AWS_IAM_AUTHENTICATOR_VERSION: "0.5.21"
26
- _AZURE_KUBELOGIN_VERSION: "0.1.4"
+ _AWS_IAM_AUTHENTICATOR_VERSION: "0.7.9"
+ _AZURE_KUBELOGIN_VERSION: "0.2.13"
0 commit comments