fix: use new syntax
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
decentral1se 2025-01-04 11:20:17 +01:00
parent b576cba227
commit 936c1b0626
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -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 \