Skip to content

Commit 406ccc2

Browse files
alnur05qubership-actions[bot]alty1224
authored
Bugfix/fix vulnerabilities (#67)
* release: Set chart and images versions to release 0.10.6. [skip ci] * update golang to 1.24.6 * fix --------- Co-authored-by: qubership-actions[bot] <qubership-actions[bot]@users.noreply.github.com> Co-authored-by: alty1224 <alnur.tynyshbek@netcracker.com>
1 parent 7ca0cca commit 406ccc2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docker-zookeeper/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM golang:1.24-alpine3.22 as builder
1+
FROM --platform=$BUILDPLATFORM golang:1.24.6-alpine3.22 as builder
22
ARG BUILDPLATFORM
33
ARG TARGETOS
44
ARG TARGETARCH

docker-zookeeper/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module mod
22

3-
go 1.24
3+
go 1.24.6
44

55
require (
66
github.com/go-zookeeper/zk v1.0.4

operator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM --platform=$BUILDPLATFORM golang:1.24-alpine3.22 as builder
2+
FROM --platform=$BUILDPLATFORM golang:1.24.6-alpine3.22 as builder
33
ARG BUILDPLATFORM
44
ARG TARGETOS
55
ARG TARGETARCH

operator/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Netcracker/qubership-zookeeper/operator
22

3-
go 1.24
3+
go 1.24.6
44

55
require (
66
github.com/go-logr/logr v0.4.0

0 commit comments

Comments
 (0)