Pin golang alpine builder image to 3.12 to fix builds on arm
This commit is contained in:
parent
ef0035d4bd
commit
6945d8ba69
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
##############
|
##############
|
||||||
# Build stage
|
# Build stage
|
||||||
FROM golang:1-alpine AS build-env
|
FROM golang:1-alpine3.12 AS build-env
|
||||||
|
|
||||||
ARG VIKUNJA_VERSION
|
ARG VIKUNJA_VERSION
|
||||||
ENV TAGS "sqlite"
|
ENV TAGS "sqlite"
|
||||||
|
|
Loading…
Reference in a new issue