1 Commits

Author SHA1 Message Date
renovate 1262b60fca Pin dependencies
Docker Build and Push / build (pull_request) Successful in 33s
2026-06-09 15:51:05 +00:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
# syntax=docker.io/docker/dockerfile:1@sha256:87999aa3d42bdc6bea60565083ee17e86d1f3339802f543c0d03998580f9cb89
# syntax=docker.io/docker/dockerfile:1
FROM "python:3.11-alpine" AS pipdependencies
@@ -19,7 +19,7 @@ WORKDIR "/app"
ENTRYPOINT [ "/app/entrypoint.sh" ]
COPY --from=binwiederhier/ntfy:v2.24.0@sha256:f8a9b104313b87cc24ae4f775f39e6328205b57dff6ede3eaf098a91e5d79f59 /usr/bin/ntfy /usr/local/bin/ntfy
COPY --from=binwiederhier/ntfy:v2.24.0 /usr/bin/ntfy /usr/local/bin/ntfy
RUN mkdir /etc/ntfy
COPY --from=pipdependencies /root/.local /root/.local
+1 -1
View File
@@ -2,7 +2,7 @@ version: '2.3'
services:
app:
image: "jcabillot/huawei-3g-sms-api@sha256:a76358b2ee123d6570b93802e1813e46b9a634065400bae38202c2ded29deb73"
image: "jcabillot/huawei-3g-sms-api"
container_name: "huawei-3g-sms-api"
restart: "unless-stopped"
mem_limit: "256m"