Upgrade go version in dockerfile
This commit is contained in:
@@ -3,7 +3,7 @@ FROM node:lts AS buildfront
|
||||
COPY front .
|
||||
RUN npm install && npm run build
|
||||
|
||||
FROM golang:1.25 AS build
|
||||
FROM golang:1.26 AS build
|
||||
WORKDIR /src
|
||||
COPY . .
|
||||
COPY --from=buildfront ./dist front/dist
|
||||
|
||||
Reference in New Issue
Block a user