From 426ee1c324eb32085d4c1d5f2716280e0b2b0c28 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 27 Jun 2024 03:28:02 +0000 Subject: [PATCH] Update docker Docker tag to v27 --- tutorials/verification-run/app-config/hello-verify/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/verification-run/app-config/hello-verify/Dockerfile b/tutorials/verification-run/app-config/hello-verify/Dockerfile index 06209fd..eba6a52 100644 --- a/tutorials/verification-run/app-config/hello-verify/Dockerfile +++ b/tutorials/verification-run/app-config/hello-verify/Dockerfile @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -FROM docker:26.1.3 as static-docker-source +FROM docker:27.0.2 as static-docker-source FROM alpine:3.15 ARG CLOUD_SDK_VERSION=400.0.0 ENV CLOUD_SDK_VERSION=$CLOUD_SDK_VERSION