diff --git a/Dockerfile b/Dockerfile index 2f326b5..7ae75da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN go get -u github.com/mattn/go-colorable && \ cd /app && CGO_ENABLED=0 go build . # Application stage -FROM alpine:3 +FROM alpine:3.16 WORKDIR /app