im (a little) retarded

This commit is contained in:
2022-02-19 21:56:04 +05:30
parent 86c3472723
commit 39205467a1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1 as builder
FROM golang:alpine as builder
COPY . /src
WORKDIR /src
ENV CGO_ENABLED 0