Skip to content

Commit

Permalink
fix(lando-proxy): update image name
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Nov 11, 2024
1 parent 5f2a324 commit be53ac2
Show file tree
Hide file tree
Showing 3 changed files with 402 additions and 5 deletions.
34 changes: 34 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,41 @@
}
},
"dependencies": {
"@lando/acquia": "^0.5.0",
"@lando/apache": "^0.5.0",
"@lando/argv": "^1.1.0",
"@lando/backdrop": "^0.5.0",
"@lando/compose": "1.0.0",
"@lando/dotnet": "^0.5.0",
"@lando/drupal": "^0.5.0",
"@lando/elasticsearch": "^0.5.0",
"@lando/go": "^0.5.0",
"@lando/joomla": "^0.5.0",
"@lando/lagoon": "^0.5.0",
"@lando/lamp": "^0.5.0",
"@lando/laravel": "^0.5.0",
"@lando/lemp": "^0.5.0",
"@lando/mailhog": "0.8.0",
"@lando/mariadb": "^0.5.0",
"@lando/mean": "^0.5.0",
"@lando/memcached": "^1.3.0",
"@lando/mongo": "^0.5.0",
"@lando/mssql": "^0.5.0",
"@lando/mysql": "^0.5.0",
"@lando/nginx": "^0.5.0",
"@lando/node": "^0.5.0",
"@lando/pantheon": "^0.5.0",
"@lando/php": "^0.5.0",
"@lando/phpmyadmin": "0.5.0",
"@lando/postgres": "^0.5.0",
"@lando/python": "^0.5.0",
"@lando/redis": "^0.5.0",
"@lando/ruby": "^0.5.0",
"@lando/solr": "^0.5.0",
"@lando/symfony": "^0.5.0",
"@lando/tomcat": "^0.5.0",
"@lando/varnish": "^0.5.0",
"@lando/wordpress": "^0.5.0",
"axios": "^1.7.2",
"bluebird": "^3.4.1",
"cli-table3": "^0.6.5",
Expand Down
2 changes: 1 addition & 1 deletion plugins/lando-proxy/services/proxy/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const getProxy = ({proxyCommand, proxyPassThru, proxyDomain, userConfRoot, versi
return {
services: {
proxy: {
image: 'ghcr.io/automattic/vip-container-images/traefik3_openssl:latest',
image: 'ghcr.io/automattic/vip-container-images/traefik_openssl:v3',
command: proxyCommand.join(' '),
environment: {
LANDO_APP_PROJECT: '_lando_',
Expand Down
Loading

0 comments on commit be53ac2

Please sign in to comment.