Skip to content
This repository was archived by the owner on Nov 23, 2022. It is now read-only.

Commit d9348ed

Browse files
committed
Pin traefik to v1.7.x
See exoframejs/exoframe#263
1 parent 91c3287 commit d9348ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/config/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const defaultConfig = {
8989
baseDomain: false,
9090
cors: false,
9191
updateChannel: 'stable',
92-
traefikImage: 'traefik:latest',
92+
traefikImage: 'traefik:v1.7',
9393
traefikName: 'exoframe-traefik',
9494
traefikArgs: [],
9595
exoframeNetwork: 'exoframe',

test/__mocks__/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const testConfig = {
2525
},
2626
compress: true,
2727
updateChannel: 'stable',
28-
traefikImage: 'traefik:latest',
28+
traefikImage: 'traefik:v1.7',
2929
traefikName: 'exoframe-traefik',
3030
traefikArgs: [],
3131
exoframeNetwork: 'exoframe',

0 commit comments

Comments
 (0)