From a3c27a11a3873687167d2c56f242db2b2a7253aa Mon Sep 17 00:00:00 2001 From: sebastian Date: Thu, 23 Jan 2020 13:48:23 +0000 Subject: [PATCH] push to version 1.9.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9f25aea..d527067 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.11 AS builder -ENV VERSION=v1.8.0 +ENV VERSION=v1.9.0 RUN apk add --no-cache \ alpine-sdk \