Skip to content

Commit 8481528

Browse files
authored
Merge pull request #35968 from prad9192/images-updates
Update base images and dependencies to address vulnerabilities
2 parents 4612d87 + 4a9b461 commit 8481528

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

images/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Update the date below (check https://hub.docker.com/_/alpine/tags) to get the
1616
# alpine edge base image, which has a faster release cadence than alpine:latest
1717
# (which tracks alpine stable), to pick up security patches more quickly.
18-
FROM alpine:20240606
18+
FROM alpine:3.22.2
1919

2020
ARG IMAGE_ARG
2121
ENV IMAGE=${IMAGE_ARG}

images/git-custom-k8s-auth/cloudbuild.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ steps:
2222
substitutions:
2323
_GIT_TAG: "12345"
2424
# 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"
25+
_AWS_IAM_AUTHENTICATOR_VERSION: "0.7.9"
26+
_AZURE_KUBELOGIN_VERSION: "0.2.13"

0 commit comments

Comments
 (0)