File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ RUN addgroup -g 4200 appgroup \
5252# upgrade all installed packages to fix potential CVEs in advance
5353# also remove apk package manager to hopefully remove dependency on OpenSSL 🤞
5454RUN apk upgrade --no-cache --no-progress \
55- && apk del --no-cache --no-progress apk-tools alpine-keys alpine-release musl-utils
55+ && apk del --no-cache --no-progress apk-tools alpine-keys musl-utils
5656
5757COPY --from=builder /etc/ssl/certs/ /etc/ssl/certs/
5858COPY --from=builder /etc/ssl/cert.pem /etc/ssl/cert.pem
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
1010 github.com/gophercloud/utils/v2 v2.0.0-20260107124036-1d7954eb9711
1111 github.com/onsi/ginkgo/v2 v2.28.1
1212 github.com/onsi/gomega v1.39.1
13- github.com/sapcc/go-api-declarations v1.20.1
13+ github.com/sapcc/go-api-declarations v1.20.2
1414 k8s.io/api v0.35.0
1515 k8s.io/apimachinery v0.35.0
1616 k8s.io/client-go v0.35.0
Original file line number Diff line number Diff line change @@ -131,8 +131,8 @@ github.com/prometheus/procfs v0.17.0/go.mod h1:oPQLaDAMRbA+u8H5Pbfq+dl3VDAvHxMUO
131131github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ =
132132github.com/rogpeppe/go-internal v1.14.1 /go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7so1lCWt35ZSgc =
133133github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
134- github.com/sapcc/go-api-declarations v1.20.1 h1:FI2JG2NXmQ1XoxEwdy0vrYPJo+sZd/IJSJVEl6W1PvE =
135- github.com/sapcc/go-api-declarations v1.20.1 /go.mod h1:eiRrXXUeQS5C/1kKn8/KMjk0Y0goUzgDQswj30rH0Zc =
134+ github.com/sapcc/go-api-declarations v1.20.2 h1:GWqv8VgsF4k9id6N051AVTaEpcjT02APsOuz2yCvTPQ =
135+ github.com/sapcc/go-api-declarations v1.20.2 /go.mod h1:eiRrXXUeQS5C/1kKn8/KMjk0Y0goUzgDQswj30rH0Zc =
136136github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s =
137137github.com/spf13/cobra v1.10.1 /go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0 =
138138github.com/spf13/pflag v1.0.9 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
You can’t perform that action at this time.
0 commit comments