feat!: bump to go1.16 and embed version

This commit is contained in:
sentriz
2021-05-08 15:26:26 +01:00
committed by Senan Kelly
parent 6a99cdf299
commit 6f15589c08
16 changed files with 26 additions and 292 deletions

View File

@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:experimental
FROM golang:1.14-alpine AS builder
FROM golang:1.16-alpine AS builder
RUN apk add -U --no-cache \
build-base \
ca-certificates \