Skip to content

Commit 2d8bc56

Browse files
dependabot[bot]josephpage
authored andcommitted
build(deps): bump library/docker in /code-server
Bumps library/docker from 28.5.2-cli to 29.0.0-cli. --- updated-dependencies: - dependency-name: library/docker dependency-version: 29.0.0-cli dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c9d06bb commit 2d8bc56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code-server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM docker.io/prom/prometheus:v3.7.3 AS prometheus
33
FROM docker.io/prom/alertmanager:v0.29.0 AS alertmanager
44
FROM public.ecr.aws/aws-cli/aws-cli:2.31.32 AS aws-cli
5-
FROM docker.io/library/docker:28.5.2-cli AS docker
5+
FROM docker.io/library/docker:29.0.0-cli AS docker
66
FROM docker.io/docker/buildx-bin:0.29.1 AS buildx
77
FROM docker.io/rancher/kubectl:v1.34.1 AS kubectl
88
FROM ghcr.io/aquasecurity/trivy:0.67.2 AS trivy

0 commit comments

Comments
 (0)