diff --git a/Dockerfile b/Dockerfile index e42dab8..260b19c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.15 AS builder -ENV VERSION=11.0.0-SNAPSHOT.20220213174344 +ENV VERSION=11.0.0-SNAPSHOT.20220418221611 RUN apk add --no-cache \ openjdk17-jdk \ maven \