From fb4f9c60c617d765095c2614c58145ce7c18456c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 17:16:57 +0000 Subject: [PATCH] build(deps): bump aquasecurity/trivy in /code-server Bumps [aquasecurity/trivy](https://github.com/aquasecurity/trivy) from 0.68.1 to 0.68.2. - [Release notes](https://github.com/aquasecurity/trivy/releases) - [Changelog](https://github.com/aquasecurity/trivy/blob/v0.68.2/CHANGELOG.md) - [Commits](https://github.com/aquasecurity/trivy/compare/v0.68.1...v0.68.2) --- updated-dependencies: - dependency-name: aquasecurity/trivy dependency-version: 0.68.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- code-server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code-server/Dockerfile b/code-server/Dockerfile index d5449e5..c53398e 100644 --- a/code-server/Dockerfile +++ b/code-server/Dockerfile @@ -5,7 +5,7 @@ FROM public.ecr.aws/aws-cli/aws-cli:2.32.16 AS aws-cli FROM docker.io/library/docker:29.1.3-cli AS docker FROM docker.io/docker/buildx-bin:0.30.1 AS buildx FROM docker.io/rancher/kubectl:v1.34.3 AS kubectl -FROM ghcr.io/aquasecurity/trivy:0.68.1 AS trivy +FROM ghcr.io/aquasecurity/trivy:0.68.2 AS trivy FROM docker.io/derailed/k9s:v0.50.16 AS k9s FROM ghcr.io/wagoodman/dive:v0.13.1 AS dive FROM ghcr.io/grafana/k6:1.4.2 AS k6