Compare commits
1 Commits
main
...
d906695659
| 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
|
WORKDIR /app
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN go build -o kforge .
|
RUN go build -o kforge .
|
||||||
|
|||||||
Reference in New Issue
Block a user