Update docker versions
This commit is contained in:
parent
6ed633f84b
commit
1c7755f455
6 changed files with 6 additions and 5 deletions
|
|
@ -45,4 +45,5 @@ RUN mkdir /home/node/baileys
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
ENV PORT 5000
|
ENV PORT 5000
|
||||||
ENV NODE_ENV production
|
ENV NODE_ENV production
|
||||||
|
ENV COREPACK_ENABLE_NETWORK=0
|
||||||
ENTRYPOINT ["/opt/bridge-whatsapp/apps/bridge-whatsapp/docker-entrypoint.sh"]
|
ENTRYPOINT ["/opt/bridge-whatsapp/apps/bridge-whatsapp/docker-entrypoint.sh"]
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
FROM memcached:1.6.34-bookworm
|
FROM memcached:1.6.36-bookworm
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
FROM nginxproxy/nginx-proxy:1.6.4
|
FROM nginxproxy/nginx-proxy:1.7.0
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
FROM opensearchproject/opensearch-dashboards:2.18.0
|
FROM opensearchproject/opensearch-dashboards:2.19.1
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
FROM opensearchproject/opensearch:2.18.0
|
FROM opensearchproject/opensearch:2.19.1
|
||||||
RUN /usr/share/opensearch/bin/opensearch-plugin install ingest-attachment -b
|
RUN /usr/share/opensearch/bin/opensearch-plugin install ingest-attachment -b
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
FROM redis:7.4.2-bookworm
|
FROM redis:7.4.3-bookworm
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue