diff --git a/Dockerfile b/Dockerfile index 93d6a61..22195ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:alpine AS build +FROM golang:1.18-alpine AS build WORKDIR /app/