update dockerfile

This commit is contained in:
Kirill Andrusyak
2023-09-04 23:12:24 +00:00
parent 3b8b7e18f2
commit a149cdc196

View File

@@ -13,7 +13,7 @@ COPY . ./
RUN go build -o ./app
FROM alpine:edge
FROM docker.io/alpine:edge
WORKDIR /