Pin present version
This commit is contained in:
parent
c41d348620
commit
cada4b6259
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM golang:1.20-alpine
|
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
|
COPY . /lectures
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue