From c20bb1f287dc65cbed3cf670ea25b45db3549cda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jason=20K=C3=B6lker?= Date: Tue, 15 Jul 2025 01:17:02 +0000 Subject: [PATCH] chore(container): specify full base url --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d9ebde2..1941a14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM golang:1.24.5-alpine AS builder +FROM docker.io/golang:1.24.5-alpine AS builder # Set build environment for static linking ENV CGO_ENABLED=0 \