Skip to content

Commit

Permalink
Update static docker source to v24.0.6 (#339)
Browse files Browse the repository at this point in the history
* Update static docker source to v24.0.5

* Update static docker source to v24.0.6
  • Loading branch information
bobidle authored Sep 11, 2023
1 parent 991769e commit 73a3d54
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.4 as static-docker-source
FROM docker:24.0.6 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.4 as static-docker-source
FROM docker:24.0.6 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.4 as static-docker-source
FROM docker:24.0.6 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.4 as static-docker-source
FROM docker:24.0.6 as static-docker-source

FROM debian:bullseye-slim
ARG CLOUD_SDK_VERSION
Expand Down

0 comments on commit 73a3d54

Please sign in to comment.