Merge pull request #3403 from Carlos-vargs/update-soketi-image

fix: change the current image with the image that soketi recommends
This commit is contained in:
Dawid Makowski
2023-09-18 15:56:20 +02:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
FROM quay.io/soketi/soketi:latest
FROM quay.io/soketi/soketi:1.4-16-debian
LABEL maintainer="WuweiMing <wwm041544363@gmail.com>"
LABEL maintainer="Carlos-vargs <cvargaslopez769@gmail.com>"
CMD ["node /app/bin/server.js start"]