diff --git a/Dockerfile b/Dockerfile index 98e72769..646c1a92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20.2-alpine AS base +FROM golang:1.20.3-alpine AS base WORKDIR /app # builder