chore: update Dockerfile

This commit is contained in:
Dawid Wysokiński 2021-06-05 09:33:29 +02:00
parent d2934c8f3d
commit 8099a64854
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