From 936c1b06269ac5e091e847d722704ae2f969fc1d Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sat, 4 Jan 2025 11:20:17 +0100 Subject: [PATCH] fix: use new syntax --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2c49d751..c4cb8196 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Build image FROM golang:1.22-alpine AS build -ENV GOPRIVATE coopcloud.tech +ENV GOPRIVATE=coopcloud.tech RUN apk add --no-cache \ gcc \