diff options
| author | Will Hawkins <[email protected]> | 2024-01-09 18:11:11 -0500 |
|---|---|---|
| committer | Will Hawkins <[email protected]> | 2024-01-09 18:11:11 -0500 |
| commit | 2108f83d47549f453dd3b29a0d366787f1ab689b (patch) | |
| tree | 1aa74394e898a7ffaea464ff00663c017a7d848b | |
| parent | fe989ebcdd5681e85a184791f42ebf4a498f00c9 (diff) | |
[Bugfix] Update Dockerfile to use go 1.21
Now that there is a requirement for go 1.21 (and 1.22 upon release),
update the Dockerfile to meet those standards.
Fixes #68.
Signed-off-by: Will Hawkins <[email protected]>
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ # Run with: docker run --rm goresp -FROM golang:1.18.3-alpine3.16 +FROM golang:1.21.6-alpine3.19 RUN mkdir /goresponsiveness ADD . /goresponsiveness |
