chore: update Dockerfile

This commit is contained in:
Dawid Wysokiński 2021-06-05 09:34:29 +02:00
parent 5f2f799474
commit 0e3599871f
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
FROM golang as builder
FROM golang:alpine as builder
ENV CGO_ENABLED=0
# Set the Current Working Directory inside the container
WORKDIR /app