1
0

Made sure all tags are checked out when building in docker

This commit is contained in:
kolaente
2019-09-01 11:43:01 +02:00
parent a324921dce
commit 021ee48ec3
2 changed files with 5 additions and 1 deletions

View File

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