Skip to content

Commit 5d1b2cc

Browse files
authored
[internal] fix CVE (#20)
Signed-off-by: v.oleynikov <[email protected]>
1 parent 2e45d5c commit 5d1b2cc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
GOPROXY: ${{ secrets.GOPROXY }}
1111
SOURCE_REPO: ${{ secrets.SOURCE_REPO }}
1212
SOURCE_REPO_SSH_KEY: ${{ secrets.SOURCE_REPO_SSH_KEY }}
13-
BASE_IMAGES_VERSION: "v0.5.23"
13+
BASE_IMAGES_VERSION: "v0.5.25"
1414

1515
on:
1616
#pull_request:

.github/workflows/build_prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
GOPROXY: ${{ secrets.GOPROXY }}
1212
SOURCE_REPO: ${{ secrets.SOURCE_REPO }}
1313
SOURCE_REPO_SSH_KEY: ${{ secrets.SOURCE_REPO_SSH_KEY }}
14-
BASE_IMAGES_VERSION: "v0.5.23"
14+
BASE_IMAGES_VERSION: "v0.5.25"
1515

1616
on:
1717
push:

hooks/go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/deckhouse/snapshot-controller/hooks/go
22

3-
go 1.24.5
3+
go 1.24.6
44

55
require github.com/deckhouse/module-sdk v0.2.0
66

images/webhooks/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/deckhouse/snapshot-controller/images/webhooks
22

3-
go 1.24.5
3+
go 1.24.6
44

55
require (
66
github.com/deckhouse/sds-common-lib v0.5.0

0 commit comments

Comments
 (0)