From 399e6d33373284d8a27ad980152fc857601f9237 Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Tue, 4 Jan 2022 01:36:53 +0500 Subject: [PATCH] Update to Drone 2.7.3. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 219b227..c8892c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM golang:1.17.5-alpine as build -ENV DRONE_VERSION=2.7.2 +ENV DRONE_VERSION=2.7.3 RUN apk add -U --no-cache ca-certificates git build-base RUN mkdir -p /src/drone && \