Make it work with new caddy version
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Fabian Stamm 2021-05-24 22:04:57 +02:00
parent a701b7f717
commit f222c7f241
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
ARG version=2.4.1
FROM golang:1.14-alpine3.11 AS builder
FROM golang:1.16-alpine3.13 AS builder
ARG version
WORKDIR /src