Skip to content

Commit 73a3d54

Browse files
authored
Update static docker source to v24.0.6 (#339)
* Update static docker source to v24.0.5 * Update static docker source to v24.0.6
1 parent 991769e commit 73a3d54

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker:24.0.4 as static-docker-source
1+
FROM docker:24.0.6 as static-docker-source
22

33
FROM debian:bullseye
44
ARG CLOUD_SDK_VERSION

alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker:24.0.4 as static-docker-source
1+
FROM docker:24.0.6 as static-docker-source
22

33
FROM alpine:3.18
44
ARG CLOUD_SDK_VERSION

debian_component_based/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker:24.0.4 as static-docker-source
1+
FROM docker:24.0.6 as static-docker-source
22

33
FROM debian:bullseye
44
ARG CLOUD_SDK_VERSION

debian_slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker:24.0.4 as static-docker-source
1+
FROM docker:24.0.6 as static-docker-source
22

33
FROM debian:bullseye-slim
44
ARG CLOUD_SDK_VERSION

0 commit comments

Comments
 (0)