File tree 4 files changed +7
-9
lines changed
4 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,14 @@ updates:
7
7
8
8
- package-ecosystem : gomod
9
9
directories :
10
- - /
11
- - /tests
10
+ - " **/* "
11
+
12
12
schedule :
13
13
interval : daily
14
14
15
15
- package-ecosystem : docker
16
16
directories :
17
- - /build
18
- - /tests
19
- - /tests/conformance
17
+ - " **/*"
20
18
schedule :
21
19
interval : daily
22
20
Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1.7
2
2
# This Dockerfile builds an image with the dlv debugger. See the debugging guide in the developer docs for details
3
3
# on how to use it.
4
- FROM golang:1.21 -alpine AS builder
4
+ FROM golang:1.22 -alpine AS builder
5
5
6
6
RUN go install github.com/go-delve/delve/cmd/dlv@latest
7
7
Original file line number Diff line number Diff line change 11
11
kubernetes.io/hostname : " to be replaced by the test"
12
12
containers :
13
13
- name : node-debugger-container
14
- image : ubuntu:22 .04
14
+ image : ubuntu:24 .04
15
15
command : ["/bin/bash", "-c"]
16
16
args : ["to be replaced by the test"]
17
17
securityContext :
Original file line number Diff line number Diff line change 40
40
serviceAccountName : rollout-mgr
41
41
containers :
42
42
- name : coffee-rollout-mgr
43
- image : curlimages/curl:8.3 .0
43
+ image : curlimages/curl:8.8 .0
44
44
imagePullPolicy : IfNotPresent
45
45
command :
46
46
- /bin/sh
69
69
serviceAccountName : rollout-mgr
70
70
containers :
71
71
- name : coffee-rollout-mgr
72
- image : curlimages/curl:8.3 .0
72
+ image : curlimages/curl:8.8 .0
73
73
imagePullPolicy : IfNotPresent
74
74
command :
75
75
- /bin/sh
You can’t perform that action at this time.
0 commit comments