Skip to content

Commit c1ae134

Browse files
committed
fix(traefik): Bump traefik version to fix the docker engine 29 api rewrite with go modules
1 parent 39f3b79 commit c1ae134

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/proxy/builders/_proxy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const getProxy = ({
1717
return {
1818
services: {
1919
proxy: {
20-
image: 'traefik:2.11.16',
20+
image: 'traefik:2.11.31',
2121
command: proxyCommand.join(' '),
2222
environment: {
2323
LANDO_APP_PROJECT: '_lando_',

0 commit comments

Comments
 (0)