Skip to content

Commit 46a0a6c

Browse files
committed
Update static docker source to v24.0.4
1 parent 7428b05 commit 46a0a6c

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.3 as static-docker-source
1+
FROM docker:24.0.4 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.3 as static-docker-source
1+
FROM docker:24.0.4 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.3 as static-docker-source
1+
FROM docker:24.0.4 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.3 as static-docker-source
1+
FROM docker:24.0.4 as static-docker-source
22

33
FROM debian:bullseye-slim
44
ARG CLOUD_SDK_VERSION

0 commit comments

Comments
 (0)