mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-10 04:30:20 +02:00
Update to Go 1.14
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
ARG ALPINE_VERSION=3.11
|
ARG ALPINE_VERSION=3.11
|
||||||
ARG GO_VERSION=1.13.7
|
ARG GO_VERSION=1.14
|
||||||
|
|
||||||
FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS builder
|
FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS builder
|
||||||
RUN apk --update add git
|
RUN apk --update add git
|
||||||
|
|||||||
Reference in New Issue
Block a user