Skip to content
Snippets Groups Projects
Commit f7d12606 authored by Wolfgang Welz's avatar Wolfgang Welz
Browse files

Switch docker build to go 1.13

parent 26e99d88
No related branches found
No related tags found
No related merge requests found
# we need to use alpine to build since cgo is required
FROM golang:1.12-alpine AS build
FROM golang:1.13-alpine AS build
RUN apk add --no-cache git gcc g++
# Set the current Working Directory inside the container
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment