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