Fix typo
This commit is contained in:
parent
cada4b6259
commit
8048bd1d19
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM golang:1.20-alpine
|
||||
|
||||
RUN CGO_ENABLED=0 go install golang.org/x/tools/cmd/present@@v0.6.0
|
||||
RUN CGO_ENABLED=0 go install golang.org/x/tools/cmd/present@v0.6.0
|
||||
|
||||
COPY . /lectures
|
||||
|
||||
|
|
Loading…
Reference in a new issue