Update Dockerfile

This commit is contained in:
Mikhail 2024-05-30 19:02:03 +00:00
parent 62c6f48863
commit 8030ff4cfe

@ -1,4 +1,4 @@
FROM penahub.gitlab.yandexcloud.net:5050/devops/dockerhub-backup/golang as build
FROM dockerhub.timeweb.cloud/golang:alpine as build
WORKDIR /app
RUN apk add git
COPY . .