From 3f39e6deee129fba75608a5f3e0eb30a8db32cde Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Sun, 12 Jun 2022 11:42:19 +0500 Subject: [PATCH] Go 1.18.3 and Drone 2.12.0. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b726239..4dd059a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM golang:1.17.5-alpine as build +FROM golang:1.18.3-alpine as build -ENV DRONE_VERSION=2.11.1 +ENV DRONE_VERSION=2.12.0 RUN apk add -U --no-cache ca-certificates git build-base RUN mkdir -p /src/drone && \