diff --git a/dockerfile.volume b/dockerfile.volume index a7f8ccc..70d32eb 100644 --- a/dockerfile.volume +++ b/dockerfile.volume @@ -1,7 +1,7 @@ # Dockerfile References: https://docs.docker.com/engine/reference/builder/ # Start from the latest golang base image -FROM golang:latest +FROM golang:1.13 # Add Maintainer Info LABEL maintainer="Anis Benz" @@ -37,4 +37,4 @@ VOLUME [${LOG_DIR}] RUN go build -o main . # Command to run the executable -CMD ["./main"] \ No newline at end of file +CMD ["./main"]