diff --git a/Dockerfile b/Dockerfile index a898f94..556916c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.14.2 +FROM golang:1.14.3 LABEL homepage="https://tarkov-database.com" LABEL repository="https://github.com/tarkov-database/rest-api"