fixup case dockerfile

🤷
This commit is contained in:
Pierre Dubouilh
2024-08-30 14:49:10 +02:00
committed by Pierre Dubouilh
parent 623acc30a6
commit c963d1773b
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.23.0 as builder
FROM golang:1.23.0 AS builder
WORKDIR /gossaSrc
COPY . /gossaSrc
RUN make