From f88b29065cff9db7aa51332bb5f2eee599219528 Mon Sep 17 00:00:00 2001 From: Vitalis Salis Date: Mon, 9 Dec 2024 17:57:30 +0200 Subject: [PATCH] fix: Casing on covenant-signer Dockerfile (#65) --- covenant-signer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/covenant-signer/Dockerfile b/covenant-signer/Dockerfile index 8fc3e2f..08b5f03 100644 --- a/covenant-signer/Dockerfile +++ b/covenant-signer/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.1-alpine as builder +FROM golang:1.23.1-alpine AS builder # Use muslc for static libs ARG BUILD_TAGS="muslc"