File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Step 1: Modules caching
2- FROM golang:1.24.3 -alpine3.21 as modules
2+ FROM golang:1.24.4 -alpine3.21 as modules
33
44COPY go.mod go.sum /modules/
55
@@ -8,7 +8,7 @@ WORKDIR /modules
88RUN go mod download
99
1010# Step 2: Builder
11- FROM golang:1.24.3 -alpine3.21 as builder
11+ FROM golang:1.24.4 -alpine3.21 as builder
1212
1313COPY --from=modules /go/pkg /go/pkg
1414COPY . /app
Original file line number Diff line number Diff line change 11# Step 1: Modules caching
2- FROM golang:1.24.3 -alpine3.21 as modules
2+ FROM golang:1.24.4 -alpine3.21 as modules
33
44COPY go.mod go.sum /modules/
55
@@ -8,7 +8,7 @@ WORKDIR /modules
88RUN go mod download
99
1010# Step 2: Tests
11- FROM golang:1.24.3 -alpine3.21
11+ FROM golang:1.24.4 -alpine3.21
1212
1313COPY --from=modules /go/pkg /go/pkg
1414COPY . /app
You can’t perform that action at this time.
0 commit comments