File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM golang:1.24 -alpine3.20 AS builder
1
+ FROM golang:1.23 -alpine3.20 AS builder
2
2
RUN go install github.com/golangci/golangci-lint/cmd/
[email protected]
3
3
RUN apk add --no-cache make
4
4
RUN apk add --no-cache bash
@@ -12,4 +12,4 @@ RUN make ci
12
12
13
13
FROM alpine:3.21.3
14
14
COPY --from=builder /usr/src/app/bin/pushprox-client /usr/bin
15
- CMD ["pushprox-client"]
15
+ CMD ["pushprox-client"]
Original file line number Diff line number Diff line change 1
- FROM golang:1.24 -alpine3.20 AS builder
1
+ FROM golang:1.23 -alpine3.20 AS builder
2
2
RUN go install github.com/golangci/golangci-lint/cmd/
[email protected]
3
3
RUN apk add --no-cache make
4
4
RUN apk add --no-cache bash
@@ -11,4 +11,4 @@ RUN make ci
11
11
12
12
FROM alpine:3.21.3
13
13
COPY --from=builder /usr/src/app/bin/pushprox-proxy /usr/bin
14
- CMD ["pushprox-proxy"]
14
+ CMD ["pushprox-proxy"]
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/rancher/pushprox
2
2
3
3
go 1.23
4
4
5
- toolchain go1.24.1
5
+ toolchain go1.23.6
6
6
7
7
require (
8
8
github.com/Showmax/go-fqdn v1.0.0
You can’t perform that action at this time.
0 commit comments