Răsfoiți Sursa

Merge pull request #396 from cschug/pin_version_twingate

chore(deps): replace `latest` tag of Twingate by its most recent version
Christoph Schug 1 an în urmă
părinte
comite
440c42a070
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      docker-compose/twingate/connector/compose.yaml

+ 1 - 1
docker-compose/twingate/connector/compose.yaml

@@ -7,7 +7,7 @@
 services:
   twingate_connector:
     container_name: twingate_connector
-    image: twingate/connector:latest
+    image: docker.io/twingate/connector:1.69.0
     environment:
       - TWINGATE_NETWORK=your-twingate-network
       - TWINGATE_ACCESS_TOKEN=${TWINGATE_ACCESS_TOKEN}