Compare commits
No commits in common. "af8708f028feaced1965a67a5685a3e0d1f5ea5e" and "6e96c847ec03b727668a1e32e3e893a63d677181" have entirely different histories.
af8708f028
...
6e96c847ec
@ -29,7 +29,7 @@ RUN npm install tailwindcss @tailwindcss/cli && npx @tailwindcss/cli -i ./web/st
|
|||||||
|
|
||||||
|
|
||||||
# Build stage
|
# Build stage
|
||||||
FROM golang:latest AS build-stage
|
FROM golang:1.24 AS build-stage
|
||||||
|
|
||||||
COPY --from=tailwind-build-stage /app /app
|
COPY --from=tailwind-build-stage /app /app
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user