Skip to content

Commit

Permalink
Update SDK to 412.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloud SDK committed Dec 13, 2022
1 parent d632e57 commit ad79554
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM docker:20.10.21 as static-docker-source

FROM debian:bullseye
ARG CLOUD_SDK_VERSION=411.0.0
ARG CLOUD_SDK_VERSION=412.0.0
ENV CLOUD_SDK_VERSION=$CLOUD_SDK_VERSION
ENV PATH "$PATH:/opt/google-cloud-sdk/bin/"
COPY --from=static-docker-source /usr/local/bin/docker /usr/local/bin/docker
Expand Down
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM docker:20.10.21 as static-docker-source

FROM alpine:3.15
ARG CLOUD_SDK_VERSION=411.0.0
ARG CLOUD_SDK_VERSION=412.0.0
ENV CLOUD_SDK_VERSION=$CLOUD_SDK_VERSION
ENV PATH /google-cloud-sdk/bin:$PATH
COPY --from=static-docker-source /usr/local/bin/docker /usr/local/bin/docker
Expand Down
2 changes: 1 addition & 1 deletion debian_component_based/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM docker:20.10.21 as static-docker-source

FROM debian:bullseye
ARG CLOUD_SDK_VERSION=411.0.0
ARG CLOUD_SDK_VERSION=412.0.0
ENV CLOUD_SDK_VERSION=$CLOUD_SDK_VERSION
ENV PATH /google-cloud-sdk/bin:$PATH
COPY --from=static-docker-source /usr/local/bin/docker /usr/local/bin/docker
Expand Down
2 changes: 1 addition & 1 deletion debian_slim/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM docker:20.10.21 as static-docker-source

FROM debian:bullseye-slim
ARG CLOUD_SDK_VERSION=411.0.0
ARG CLOUD_SDK_VERSION=412.0.0
ENV CLOUD_SDK_VERSION=$CLOUD_SDK_VERSION
ENV PATH "$PATH:/opt/google-cloud-sdk/bin/"
COPY --from=static-docker-source /usr/local/bin/docker /usr/local/bin/docker
Expand Down
2 changes: 1 addition & 1 deletion emulators/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# debian:buster-slim is used instead of alpine because the cloud bigtable emulator requires glibc.
FROM debian:bullseye-slim

ARG CLOUD_SDK_VERSION=411.0.0
ARG CLOUD_SDK_VERSION=412.0.0
ENV CLOUD_SDK_VERSION=$CLOUD_SDK_VERSION
ENV PATH /google-cloud-sdk/bin:$PATH

Expand Down

0 comments on commit ad79554

Please sign in to comment.