summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index e96afa8..64f3c95 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,9 +4,9 @@
# Build with: docker build -t goresp .
-# Run with: docker run goresp
+# Run with: docker run --rm goresp
-FROM golang:1.17.8-alpine3.15
+FROM golang:1.18.3-alpine3.16
RUN mkdir /goresponsiveness
ADD . /goresponsiveness