diff --git a/Dockerfile b/Dockerfile index 8299c6a..0731c98 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.4-alpine AS base +FROM golang:1.21.5-alpine AS base WORKDIR /app # builder