diff --git a/Dockerfile b/Dockerfile index 9f7fa70..10fd63c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.10 AS builder -ENV VERSION=1.0.0 +ENV VERSION=1.1.0 RUN apk add --no-cache \ alpine-sdk \