Skip to content

Commit 991769e

Browse files
Merge pull request #338 from bobidle/static-docker-source-24.0.3
Update static docker source to v24.0.4
2 parents f62fae7 + 46a0a6c commit 991769e

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.2 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.2 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.2 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.2 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)