File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Base
2- FROM golang:1.21 .0-alpine AS builder
2+ FROM golang:1.25 .0-alpine AS builder
33RUN apk add --no-cache git build-base gcc musl-dev
44WORKDIR /app
55COPY . /app
66RUN go mod download
77RUN go build ./cmd/interactsh-client
88
99# Release
10- FROM alpine:3.18.3
10+ FROM alpine:3.23.5
1111RUN apk -U upgrade --no-cache \
1212 && apk add --no-cache bind-tools ca-certificates
1313COPY --from=builder /app/interactsh-client /usr/local/bin/
Original file line number Diff line number Diff line change 11# Base
2- FROM golang:1.21 .0-alpine AS builder
2+ FROM golang:1.25 .0-alpine AS builder
33RUN apk add --no-cache git build-base gcc musl-dev
44WORKDIR /app
55COPY . /app
@@ -8,7 +8,7 @@ RUN go build ./cmd/interactsh-server
88
99
1010# Release
11- FROM alpine:3.18.3
11+ FROM alpine:3.23.5
1212RUN apk -U upgrade --no-cache \
1313 && apk add --no-cache bind-tools ca-certificates python3 libffi curl \
1414 && apk add --no-cache --virtual .build-deps python3-dev py3-pip py3-wheel libffi-dev build-base \
Original file line number Diff line number Diff line change 1818 - name : Set up Go
1919 uses : actions/setup-go@v4
2020 with :
21- go-version : 1.21 .x
21+ go-version : 1.25 .x
2222
2323 - name : Check out code
2424 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1717 - name : Set up Go
1818 uses : actions/setup-go@v4
1919 with :
20- go-version : 1.21 .x
20+ go-version : 1.25 .x
2121 - name : Run golangci-lint
2222 uses : golangci/golangci-lint-action@v3.7.0
2323 with :
Original file line number Diff line number Diff line change 1818 - name : " Set up Go"
1919 uses : actions/setup-go@v4
2020 with :
21- go-version : 1.21 .x
21+ go-version : 1.25 .x
2222 - name : " Create release on GitHub"
2323 uses : goreleaser/goreleaser-action@v4
2424 with :
Original file line number Diff line number Diff line change 2020 - name : Set up Go
2121 uses : actions/setup-go@v4
2222 with :
23- go-version : 1.21 .x
23+ go-version : 1.25 .x
2424
2525 - name : release test
2626 uses : goreleaser/goreleaser-action@v4
You can’t perform that action at this time.
0 commit comments