Fix docker build

This commit is contained in:
kolaente 2018-11-25 22:00:43 +01:00
parent d51ed8defd
commit e5c1588576
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
###################################
#Build stage
FROM golang:1.11-alpine3.7 AS build-env
FROM golang:1.11-alpine AS build-env
ARG VIKUNJA_VERSION
ENV TAGS "sqlite"