commit
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
FROM golang:1.26.0-alpine3.23 AS builder
|
||||
FROM golang:1.26-alpine3.23 AS builder
|
||||
ARG BUILD_TIME
|
||||
ARG GIT_COMMIT
|
||||
WORKDIR /usr/src/ymgb
|
||||
COPY go.mod go.sum ./
|
||||
#COPY ./laniakea ./laniakea
|
||||
RUN --mount=type=cache,target=/go/pkg/mod go mod download
|
||||
RUN --mount=type=cache,target=/go/pkg/mod go mod download -x
|
||||
COPY ./database ./database
|
||||
COPY ./plugins ./plugins
|
||||
COPY ./utils ./utils
|
||||
|
||||
Reference in New Issue
Block a user