Update Dockerfile to Go 1.24
This commit is contained in:
@@ -16,7 +16,7 @@ COPY admin/ .
|
||||
RUN npm run build
|
||||
|
||||
# Go build stage
|
||||
FROM golang:1.23-alpine AS builder
|
||||
FROM golang:1.24-alpine AS builder
|
||||
|
||||
# Install build dependencies
|
||||
RUN apk add --no-cache git ca-certificates tzdata
|
||||
|
||||
Reference in New Issue
Block a user