Skip to content

Commit 92df773

Browse files
authored
Merge branch 'main' into dependabot/docker/dockerfiles/agent-discovery/debian-trixie-20260316-slim
2 parents 12ebc32 + fa27010 commit 92df773

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# echo "GHE_HOST=${GITHUB_SERVER_URL##https:\/\/}" >> $GITHUB_ENV
3030

3131
# Drafts your next Release notes as Pull Requests are merged into "master"
32-
- uses: release-drafter/release-drafter@v6
32+
- uses: release-drafter/release-drafter@v7
3333
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
3434
# with:
3535
# config-name: my-config.yml

dockerfiles/sidekick/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This Dockerfile is used to prepare a Debian-based Docker image with several utilities installed.
22

33
# We start from the Debian 'trixie' image.
4-
FROM debian:trixie-20260223 as prepare-stage
4+
FROM debian:trixie-20260316 as prepare-stage
55

66
# Copy all shell scripts from the current directory to /usr/local/bin/ in the image.
77
COPY *sh /usr/local/bin/

0 commit comments

Comments
 (0)