summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2020-08-19 20:01:54 -0400
committerDave Henderson <dhenderson@gmail.com>2020-08-19 20:11:59 -0400
commit32b2da2b5af71a66629816f33034247c319899c9 (patch)
tree36af6a13a96b9333f2106c09e65952b1a4319d66 /Dockerfile
parentc0d464d7c8f0585498e9b073a5421d13f8a8b574 (diff)
Go 1.15 bump and other updates
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index bcc8456a..93981592 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
-# syntax=docker/dockerfile:1.1.5-experimental
+# syntax=docker/dockerfile:1.1.7-experimental
FROM --platform=linux/amd64 hairyhenderson/upx:3.94 AS upx
-FROM --platform=linux/amd64 golang:1.14.4-alpine3.12 AS build
+FROM --platform=linux/amd64 golang:1.15.0-alpine3.12 AS build
ARG TARGETOS
ARG TARGETARCH