File tree Expand file tree Collapse file tree
tools/debian/debian_converter Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM golang:1.24.1 -alpine@sha256:43c094ad24b6ac0546c62193baeb3e6e49ce14d3250845d166c77c25f64b0386 AS GO_BUILD
15+ FROM golang:1.25.3 -alpine@sha256:aee43c3ccbf24fdffb7295693b6e33b21e01baec1b2a55acc351fde345e9ec34 AS GO_BUILD
1616
1717RUN mkdir /src
1818WORKDIR /src
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM golang:1.24.1 -alpine@sha256:43c094ad24b6ac0546c62193baeb3e6e49ce14d3250845d166c77c25f64b0386 AS GO_BUILD
15+ FROM golang:1.25.3 -alpine@sha256:aee43c3ccbf24fdffb7295693b6e33b21e01baec1b2a55acc351fde345e9ec34 AS GO_BUILD
1616
1717RUN mkdir /src
1818WORKDIR /src
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM golang:1.24.1 -alpine@sha256:43c094ad24b6ac0546c62193baeb3e6e49ce14d3250845d166c77c25f64b0386 AS GO_BUILD
15+ FROM golang:1.25.3 -alpine@sha256:aee43c3ccbf24fdffb7295693b6e33b21e01baec1b2a55acc351fde345e9ec34 AS GO_BUILD
1616
1717RUN mkdir /src
1818WORKDIR /src
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM golang:1.24.1 -alpine@sha256:43c094ad24b6ac0546c62193baeb3e6e49ce14d3250845d166c77c25f64b0386 AS GO_BUILD
15+ FROM golang:1.25.3 -alpine@sha256:aee43c3ccbf24fdffb7295693b6e33b21e01baec1b2a55acc351fde345e9ec34 AS GO_BUILD
1616
1717RUN mkdir /src
1818WORKDIR /src
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM golang:1.24.1 -alpine@sha256:43c094ad24b6ac0546c62193baeb3e6e49ce14d3250845d166c77c25f64b0386 AS GO_BUILD
15+ FROM golang:1.25.3 -alpine@sha256:aee43c3ccbf24fdffb7295693b6e33b21e01baec1b2a55acc351fde345e9ec34 AS GO_BUILD
1616
1717RUN mkdir /src
1818WORKDIR /src
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM golang:1.24.1 -alpine@sha256:43c094ad24b6ac0546c62193baeb3e6e49ce14d3250845d166c77c25f64b0386 AS GO_BUILD
15+ FROM golang:1.25.3 -alpine@sha256:aee43c3ccbf24fdffb7295693b6e33b21e01baec1b2a55acc351fde345e9ec34 AS GO_BUILD
1616
1717WORKDIR /go/src
1818
Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ go 1.23.6
44
55require (
66 cloud.google.com/go/logging v1.13.0
7- cloud.google.com/go/secretmanager v1.14.6
7+ cloud.google.com/go/secretmanager v1.15.1
88 github.com/aquasecurity/go-pep440-version v0.0.1
9- github.com/atombender/go-jsonschema v0.18 .0
10- github.com/go-git/go-git/v5 v5.14.0
9+ github.com/atombender/go-jsonschema v0.20 .0
10+ github.com/go-git/go-git/v5 v5.16.3
1111 github.com/google/go-cmp v0.7.0
1212 github.com/google/osv-scanner v1.9.2
1313 github.com/knqyf263/go-cpe v0.0.0-20230627041855-cb0794d06872
1414 github.com/sethvargo/go-retry v0.3.0
15- golang.org/x/exp v0.0.0-20250305212735-054e65f0b394
15+ golang.org/x/exp 90e834f514db
1616 gopkg.in/yaml.v2 v2.4.0
1717)
1818
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "debian_converter"
33requires-python = " >=3.11,<4.0"
44dependencies = [
55 " markdownify==0.14.1" ,
6- " pandas==2.2 .3" ,
6+ " pandas==2.3 .3" ,
77 " python-dateutil==2.9.0.post0" ,
88]
99
You can’t perform that action at this time.
0 commit comments