diff --git a/Dockerfile b/Dockerfile index 17da7fd..3e3b3f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN npm install tailwindcss @tailwindcss/cli && npx @tailwindcss/cli -i ./web/st # Build stage -FROM golang:1.24 AS build-stage +FROM golang:latest AS build-stage COPY --from=tailwind-build-stage /app /app