diff --git a/Dockerfile b/Dockerfile index 76aaa28..331c639 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# Use the official Debian Bookworm Slim image as the base +# Use the official golang:1.22.12-bookworm FROM golang:1.22.12-bookworm as build RUN mkdir /app WORKDIR /app