bump go version
This commit is contained in:
@@ -32,7 +32,7 @@ RUN npm install && \
|
||||
cp -r out/* /app/web/
|
||||
|
||||
# Start backend build
|
||||
FROM golang:1.24-alpine AS backend-build
|
||||
FROM golang:1.25-alpine AS backend-build
|
||||
|
||||
# set build root
|
||||
WORKDIR /build
|
||||
|
||||
Reference in New Issue
Block a user