File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ chains.
34
34
35
35
## Installation Steps
36
36
37
- > Prerequisite: Go 1.23.6 + required. [ ref] ( https://golang.org/doc/install )
37
+ > Prerequisite: Go 1.23.11 + required. [ ref] ( https://golang.org/doc/install )
38
38
39
39
> Prerequisite: git. [ ref] ( https://github.com/git/git )
40
40
Original file line number Diff line number Diff line change 1
- FROM golang:1.23.6 -alpine3.21 AS go-builder
1
+ FROM golang:1.23.11 -alpine3.21 AS go-builder
2
2
3
3
# Set up dependencies
4
4
ENV PACKAGES curl make git libusb-dev libc-dev bash gcc linux-headers eudev-dev python3
Original file line number Diff line number Diff line change 1
- FROM golang:1.23.6 -alpine3.21
1
+ FROM golang:1.23.11 -alpine3.21
2
2
3
3
# Set up dependencies
4
4
ENV PACKAGES curl make git libusb-dev libc-dev bash gcc linux-headers eudev-dev python3 git
You can’t perform that action at this time.
0 commit comments