We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6db8f12 + 01188fb commit d870e42Copy full SHA for d870e42
images/builder/Dockerfile
@@ -12,6 +12,6 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-FROM google/cloud-sdk:485.0.0-alpine
+FROM google/cloud-sdk:491.0.0-alpine
16
COPY builder run.sh /
17
CMD ["/run.sh"]
images/git-custom-k8s-auth/Dockerfile
@@ -12,7 +12,7 @@
-FROM google/cloud-sdk:485.0.0 as builder
+FROM google/cloud-sdk:491.0.0 as builder
# https://github.com/GoogleCloudPlatform/cloud-sdk-docker/blob/master/Dockerfile
18
ARG AWS_IAM_AUTHENTICATOR_VERSION
0 commit comments