Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d271a786d2 |
+3
-1
@@ -1,5 +1,7 @@
|
||||
# Build stage
|
||||
FROM golang:1.25-alpine AS builder
|
||||
FROM golang:1.24-alpine AS builder
|
||||
|
||||
ENV GOTOOLCHAIN=auto
|
||||
|
||||
RUN apk add --no-cache git
|
||||
|
||||
|
||||
Reference in New Issue
Block a user