File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM denoland/deno:alpine
1+ FROM denoland/deno:alpine-2.4.0
22
33ARG GIT_REVISION
44ENV DENO_DEPLOYMENT_ID=${GIT_REVISION}
@@ -12,4 +12,4 @@ RUN deno task build
1212
1313EXPOSE 8000
1414
15- CMD ["run" , "-A" , "main.ts" ]
15+ CMD ["run" , "-A" , "main.ts" ]
Original file line number Diff line number Diff line change 2323 ],
2424 "imports" : {
2525 "$fresh/" : " https://deno.land/x/fresh@1.7.3/" ,
26- "@deno/gfm" : " jsr:@deno/gfm@^ 0.10.0" ,
27- "@tailwindcss/postcss" : " npm:@tailwindcss/postcss@^4.0 .0" ,
28- "autoprefixer" : " npm:autoprefixer@^ 10.4.20 " ,
29- "postcss" : " npm:postcss@^ 8.5.1 " ,
30- "postcss-nested" : " npm:postcss-nested@^ 7.0.2" ,
26+ "@deno/gfm" : " jsr:@deno/gfm@0.10.0" ,
27+ "@tailwindcss/postcss" : " npm:@tailwindcss/postcss@4.2 .0" ,
28+ "autoprefixer" : " npm:autoprefixer@10.5.0 " ,
29+ "postcss" : " npm:postcss@8.5.13 " ,
30+ "postcss-nested" : " npm:postcss-nested@7.0.2" ,
3131 "preact" : " https://esm.sh/preact@10.22.0" ,
3232 "preact/" : " https://esm.sh/preact@10.22.0/" ,
3333 "@preact/signals" : " https://esm.sh/*@preact/signals@1.2.2" ,
3434 "@preact/signals-core" : " https://esm.sh/*@preact/signals-core@1.5.1" ,
3535 "$std/" : " https://deno.land/std@0.216.0/" ,
36- "tailwindcss" : " npm:tailwindcss@^4.0.7 "
36+ "tailwindcss" : " npm:tailwindcss@4.2.4 "
3737 },
3838 "compilerOptions" : {
3939 "jsx" : " react-jsx" ,
You can’t perform that action at this time.
0 commit comments