1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-10-30 23:58:09 +02:00

fix: docker: stable image

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker
2021-02-18 14:54:42 -03:00
parent 5a1564bcab
commit 901af74caf

View File

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