From 75f16a02296d0b8c9131f83f11e57299c258ab40 Mon Sep 17 00:00:00 2001 From: mram Date: Sun, 20 Sep 2026 22:49:55 +0200 Subject: [PATCH] Copy go.sum into the Docker build; pin compose example to v0.1.5 The image build broke with the first Linux-imported dependency (go-systemd): the Dockerfile copied go.mod only, and the missing go.sum never mattered while golang.org/x/sys was Windows-only. --- Dockerfile | 2 +- compose.yaml.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a489c90..7681044 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM golang:1.23 AS build WORKDIR /src -COPY go.mod ./ +COPY go.mod go.sum ./ COPY cmd ./cmd COPY internal ./internal ARG VERSION=dev diff --git a/compose.yaml.example b/compose.yaml.example index 4462f0e..34ea02c 100644 --- a/compose.yaml.example +++ b/compose.yaml.example @@ -6,7 +6,7 @@ # ComfyUI --listen 0.0.0.0 --port 8189). services: gpu-turnstile: - image: git.rambossek.at/public/gpu-turnstile:v0.1.4 + image: git.rambossek.at/public/gpu-turnstile:v0.1.5 restart: unless-stopped environment: # Each consumer is enabled by setting its URL; leave one unset to