Commit 94db4379 authored by nimrod's avatar nimrod
Browse files

Update the Golang image.

Used for building some Golang binaries.
parent 3d93aacf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
FROM golang:1.15-buster as golang
FROM golang:1.17-bullseye as golang
RUN go get github.com/spelufo/on-change && \
    go get github.com/sugyan/ttyrec2gif