Update to Drone 2.7.3.

This commit is contained in:
Stanislav Nikitin 2022-01-04 01:36:53 +05:00
parent 0911bbf682
commit 399e6d3337
Signed by: pztrn
GPG Key ID: 1E944A0F0568B550
1 changed files with 1 additions and 1 deletions

View File

@ -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 && \