1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

fix: temporary use rc1 on docker image

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2021-02-16 20:29:16 -03:00
parent 6b26fe4106
commit 617bd2a24e

View File

@ -1,4 +1,4 @@
FROM golang:1.16-alpine
FROM golang:1.16rc1-alpine3.13
RUN apk add --no-cache bash \
curl \