Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d906695659 |
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.22-alpine AS builder
|
||||
FROM golang:1.26-alpine AS builder
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN go build -o kforge .
|
||||
|
||||
Reference in New Issue
Block a user