From 1d5cfb9fe765665966c8f19625254b01130a675f Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Wed, 23 Nov 2022 05:03:24 +0500 Subject: [PATCH] Update drone to 2.15.0. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 539fb4d..de779a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM code.pztrn.name/containers/mirror/golang:1.18.3-alpine as build -ENV DRONE_VERSION=2.12.1 +ENV DRONE_VERSION=2.15.0 RUN apk add -U --no-cache ca-certificates git build-base RUN mkdir -p /src/drone && \