Skip to content

Commit da5a89d

Browse files
author
Diyor Khaydarov
committed
fix: tailwind download url
1 parent 58a95e0 commit da5a89d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN case "$(uname -m)" in \
77
"aarch64") ARCH="arm64" ;; \
88
*) echo "Unsupported architecture: $(uname -m)" && exit 1 ;; \
99
esac && \
10-
curl -sLO https://github.com/tailwindlabs/tailwindcss/releases/v3.4.15/download/tailwindcss-linux-${ARCH} && \
10+
curl -sLO https://github.com/tailwindlabs/tailwindcss/releases/download/v3.4.15/tailwindcss-linux-${ARCH} && \
1111
chmod +x tailwindcss-linux-${ARCH} && \
1212
mv tailwindcss-linux-${ARCH} /usr/local/bin/tailwindcss
1313

0 commit comments

Comments
 (0)