From 4d6b9f48a438e05f8f407cb86bc9a405be1e8b8b Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Fri, 20 Nov 2020 18:22:11 +0500 Subject: [PATCH] Drone 1.9.2 and go 1.15.5. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b0ac4b2..0a96d2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM golang:1.15.2-alpine as build +FROM golang:1.15.5-alpine as build -ENV DRONE_VERSION=1.9.1 +ENV DRONE_VERSION=1.9.2 RUN apk add -U --no-cache ca-certificates git build-base RUN mkdir -p /src/drone && \