Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 24e4149

Browse files
force specific golang version in dockerfile
1 parent 77f0403 commit 24e4149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

responses/07_create-dockerfile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Lastly we will create the `Dockerfile`. Like with Go programming, it is perfectl
1616
You can use [this link]({{quicklink}}) to easily create this file in the proper location.
1717

1818
```dockerfile
19-
FROM golang:latest
19+
FROM golang:1.15
2020
WORKDIR /go/src/hello
2121
COPY . .
2222
RUN go get -d -v ./...

0 commit comments

Comments
 (0)