Skip to content

Commit d870e42

Browse files
authored
Merge pull request #33444 from cahillsf/bump-google-cloud-sdk
bump google cloud sdk
2 parents 6db8f12 + 01188fb commit d870e42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

images/builder/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM google/cloud-sdk:485.0.0-alpine
15+
FROM google/cloud-sdk:491.0.0-alpine
1616
COPY builder run.sh /
1717
CMD ["/run.sh"]

images/git-custom-k8s-auth/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM google/cloud-sdk:485.0.0 as builder
15+
FROM google/cloud-sdk:491.0.0 as builder
1616
# https://github.com/GoogleCloudPlatform/cloud-sdk-docker/blob/master/Dockerfile
1717

1818
ARG AWS_IAM_AUTHENTICATOR_VERSION

0 commit comments

Comments
 (0)