Skip to content

Commit

Permalink
Merge pull request #349 from bobidle/static-docker-source-24.0.7
Browse files Browse the repository at this point in the history
Update static docker source to v24.0.7
  • Loading branch information
cloudsdkdocker authored Nov 1, 2023
2 parents 1b4717e + d6205e6 commit fd4e639
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker:24.0.6 as static-docker-source
FROM docker:24.0.7 as static-docker-source

FROM debian:bullseye
ARG CLOUD_SDK_VERSION
Expand Down
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker:24.0.6 as static-docker-source
FROM docker:24.0.7 as static-docker-source

FROM alpine:3.18
ARG CLOUD_SDK_VERSION
Expand Down
2 changes: 1 addition & 1 deletion debian_component_based/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker:24.0.6 as static-docker-source
FROM docker:24.0.7 as static-docker-source

FROM debian:bullseye
ARG CLOUD_SDK_VERSION
Expand Down
2 changes: 1 addition & 1 deletion debian_slim/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker:24.0.6 as static-docker-source
FROM docker:24.0.7 as static-docker-source

FROM debian:bullseye-slim
ARG CLOUD_SDK_VERSION
Expand Down

0 comments on commit fd4e639

Please sign in to comment.