diff --git a/Dockerfile b/Dockerfile index 5151c37..360d005 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.11 as builder -ENV VERSION=1.15.1 +ENV VERSION=1.16.1 RUN apk --no-cache add openssl git openjdk8