Compare commits

..
3 Commits
Author SHA1 Message Date
Pierre Dubouilh c963d1773b fixup case dockerfile
🤷
2024-08-30 14:49:10 +02:00
Pierre Dubouilh 623acc30a6 mpr 2024-08-30 14:44:06 +02:00
Pierre Dubouilh 746d6d55bc bump go to 1.23.0 & fixup build reproducibility 2024-08-30 14:44:06 +02:00
+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