Pin golang alpine builder image to 3.12 to fix builds on arm

This commit is contained in:
kolaente 2021-01-26 21:02:59 +01:00
parent ef0035d4bd
commit 6945d8ba69
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-alpine AS build-env
FROM golang:1-alpine3.12 AS build-env
ARG VIKUNJA_VERSION
ENV TAGS "sqlite"