diff --git a/Dockerfile b/Dockerfile index 6b5d413..feb91ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.5-alpine +FROM golang:1.21.6-alpine WORKDIR /go/src/github.com/abutaha/aws-es-proxy COPY . .