File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
dockerfiles/agent-discovery Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,12 @@ updates:
4242 directory : " ./dockerfiles/sidekick"
4343 schedule :
4444 interval : weekly
45- open-pull-requests-limit : 10
45+ open-pull-requests-limit : 10
46+ - package-ecosystem : docker
47+ directory : " ./dockerfiles/agent-discovery"
48+ schedule :
49+ interval : weekly
50+ open-pull-requests-limit : 10
4651 - package-ecosystem : docker
4752 directory : " ./dockerfiles/android"
4853 schedule :
@@ -52,4 +57,4 @@ updates:
5257 directory : " ./dockerfiles/golang"
5358 schedule :
5459 interval : weekly
55- open-pull-requests-limit : 10
60+ open-pull-requests-limit : 10
Original file line number Diff line number Diff line change 11# This Dockerfile is used to prepare a Debian-based Docker image with several utilities installed.
22
33# We start from the Debian 'bookworm' image dated 2023-11-20.
4- FROM debian:bookworm-20240311 -slim as prepare-stage
4+ FROM debian:bookworm-20241111 -slim as prepare-stage
55
66# Copy all shell scripts from the current directory to /usr/local/bin/ in the image.
77COPY *sh /usr/local/bin/
You can’t perform that action at this time.
0 commit comments