daemon: Gitea v1 API adapter (git.westphal.fr is Gitea, not GitLab); fix golang Dockerfile to 1.26; sudo docker in deploy
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
# docker build -f daemon/Dockerfile -t lvmh-daemon:latest .
|
||||
# To bake the real web UI, copy web/dist over the placeholder first:
|
||||
# cp -r web/dist daemon/webdist/
|
||||
FROM golang:1.24-alpine AS build
|
||||
FROM golang:1.26-alpine AS build
|
||||
WORKDIR /src
|
||||
COPY daemon/go.mod daemon/go.sum ./
|
||||
RUN go mod download
|
||||
|
||||
Reference in New Issue
Block a user