Update cr.gfx.cafe/open/swim/swim Docker tag to v0.0.13

This commit is contained in:
Renovate Bot 2024-07-06 13:19:00 -07:00
parent 4bcd09346d
commit 943d148506

View File

@ -1,3 +1,3 @@
FROM cr.gfx.cafe/open/swim/swim:v0.0.5
FROM cr.gfx.cafe/open/swim/swim:v0.0.13
COPY dist dist
CMD ["swim", "-port","3333","-fs","dist","-name","lmgtfy"]