build: set go version to 1.24
This commit is contained in:
@@ -8,7 +8,7 @@ RUN \
|
||||
|
||||
|
||||
|
||||
FROM golang:1.23-alpine AS builder
|
||||
FROM golang:1.24-alpine AS builder
|
||||
WORKDIR /app
|
||||
COPY ../. /app/
|
||||
RUN rm -rf /app/ui/dist
|
||||
|
||||
Reference in New Issue
Block a user