-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update edge-proxy (1.4.0) and pe-terminanal (1.2.0)
This requires then changes to Dockerfile: Version 27.03 of docker does not seem to take the line 3 and 4 in anymore as previously, it ignores them. This made the build fail ``` 2 warnings found (use --debug to expand): - UndefinedVar: Usage of undefined variable '$http_proxy' (line 19) - UndefinedVar: Usage of undefined variable '$https_proxy' (line 20) ``` We also had one mixed capital usage with FROM and as -< AS needs to be in capital as well. Install golang 1.20 as it's needed with updated pe-terminal and edge-proxy - they are golang 1.20 based instead of 1.18.
- Loading branch information
1 parent
fc92845
commit ad1100c
Showing
2 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters