From 365bed9654f10aa8d9ebf39ae0ab5412c330b4b1 Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Fri, 19 Nov 2021 01:09:43 +0500 Subject: [PATCH] Go 1.17.3 and Drone 2.5.0. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0a96d2a..3827fcd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM golang:1.15.5-alpine as build +FROM golang:1.17.3-alpine as build -ENV DRONE_VERSION=1.9.2 +ENV DRONE_VERSION=2.5.0 RUN apk add -U --no-cache ca-certificates git build-base RUN mkdir -p /src/drone && \