gitea-sonarqube-bot/contrib/Dockerfile
justusbunsi 7c9fec06f9
Bump go version to 1.17
Signed-off-by: Steven Kriegler <61625851+justusbunsi@users.noreply.github.com>
2021-10-09 21:26:47 +02:00

11 lines
139 B
Docker

FROM golang:1.17-alpine3.14
RUN apk --no-cache add build-base git bash
WORKDIR /projects
VOLUME ["/projects"]
EXPOSE 3000
CMD ["bash"]