mirror of
https://github.com/pldubouilh/gossa.git
synced 2026-08-28 04:46:58 -04:00
bump go to 1.23.0 & fixup build reproducibility
This commit is contained in:
committed by
Pierre Dubouilh
parent
5a1f75265d
commit
746d6d55bc
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.18 as builder
|
||||
FROM golang:1.23.0 as builder
|
||||
WORKDIR /gossaSrc
|
||||
COPY . /gossaSrc
|
||||
RUN make
|
||||
|
||||
Reference in New Issue
Block a user