Skip to content

Commit

Permalink
Fix #2
Browse files Browse the repository at this point in the history
golang 14 issue
  • Loading branch information
shouc committed Jul 5, 2021
1 parent 6012cc7 commit fd6df5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hashtable/Dockerfile
@@ -1,8 +1,8 @@
FROM golang:1.14.2
FROM golang:latest

WORKDIR /usr/local/go/src/hashtable
COPY main.go ./main.go
COPY templates ./templates
RUN go mod vendor
RUN go build
CMD ["./hashtable"]
CMD ["./hashtable"]

0 comments on commit fd6df5a

Please sign in to comment.