From 8048bd1d1952cbc9c30ca964471923f9b0d79474 Mon Sep 17 00:00:00 2001 From: Fedor Korotkiy Date: Fri, 31 Mar 2023 07:56:56 +0000 Subject: [PATCH] Fix typo --- lectures/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/Dockerfile b/lectures/Dockerfile index fddde74..f6f5e07 100644 --- a/lectures/Dockerfile +++ b/lectures/Dockerfile @@ -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