diff --git a/Dockerfile b/Dockerfile index 596ccc5..654a0bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19.4-alpine3.17 as builder +FROM golang:1.21.5-alpine3.17 as builder ARG VERSION ENV USERNAME=yaam ENV BASE=/opt/${USERNAME}