Skip to content

Commit 6ecdfc4

Browse files
committed
engine: bump latest engine version
Signed-off-by: Paweł Gronowski <[email protected]>
1 parent 9920f70 commit 6ecdfc4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hugo.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,16 +111,16 @@ params:
111111
# Use `grep` to figure out how they might be used.
112112

113113
# Latest version of the Docker Engine API
114-
latest_engine_api_version: "1.47"
114+
latest_engine_api_version: "1.48"
115115
# Latest version of Docker Engine
116-
docker_ce_version: "27.5.1"
116+
docker_ce_version: "28.0.0"
117117
# Previous version of the Docker Engine
118118
# (Used to show e.g., "latest" and "latest"-1 in engine install examples
119-
docker_ce_version_prev: "27.5.0"
119+
docker_ce_version_prev: "27.5.1"
120120
# Latest Docker Compose version
121121
compose_version: "v2.32.4"
122122
# Latest BuildKit version
123-
buildkit_version: "0.16.0"
123+
buildkit_version: "0.20.0"
124124

125125
# Example runtime/library/os versions
126126
example_go_version: "1.23"

0 commit comments

Comments
 (0)