Pin present version

This commit is contained in:
Fedor Korotkiy 2023-03-31 07:54:59 +00:00
parent c41d348620
commit cada4b6259

View file

@ -1,6 +1,6 @@
FROM golang:1.20-alpine
RUN CGO_ENABLED=0 go install golang.org/x/tools/cmd/present@latest
RUN CGO_ENABLED=0 go install golang.org/x/tools/cmd/present@@v0.6.0
COPY . /lectures