Update to Drone 2.11.1.

This commit is contained in:
Stanislav Nikitin 2022-04-01 20:03:33 +05:00
parent 399e6d3337
commit fbc5facfaa
Signed by: pztrn
GPG Key ID: 1E944A0F0568B550
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM golang:1.17.5-alpine as build
ENV DRONE_VERSION=2.7.3
ENV DRONE_VERSION=2.11.1
RUN apk add -U --no-cache ca-certificates git build-base
RUN mkdir -p /src/drone && \
@ -9,7 +9,7 @@ RUN mkdir -p /src/drone && \
git checkout -b v${DRONE_VERSION}
RUN cd /src/drone/cmd/drone-server && go build -tags "nolimit" -ldflags "-extldflags \"-static\"" -o drone-server
FROM alpine:3.14
FROM alpine:3.15
EXPOSE 80 443
VOLUME /data