use go with alpine

This commit is contained in:
Fco. Javier Delgado del Hoyo 2023-09-15 19:36:34 +02:00
parent 979741e5d1
commit 7f4c340402

View file

@ -1,4 +1,4 @@
FROM golang:1.20.4 AS binary
FROM golang:1.20.4-alpine3.18 AS binary
RUN apk -U add openssl git
ARG DOCKERIZE_VERSION=v0.7.0