Update drone to 2.15.0.

This commit is contained in:
Stanislav Nikitin 2022-11-23 05:03:24 +05:00
parent 2fcbf929b0
commit 496998ac4e
No known key found for this signature in database
GPG Key ID: 9A63857413C83B4A

View File

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