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

Commit 4c70b7c

Browse files
stishkinstas
andauthored
upgrade to RESTler v7.0 (#49)
Co-authored-by: stas <[email protected]>
1 parent 516d5d1 commit 4c70b7c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Agent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM acrrestler.azurecr.io/restler:restlerv6.1
1+
FROM acrrestler.azurecr.io/restler:restlerv7.0
22
COPY RestlerAgent /raft/agent
33
COPY RaftResultAnalyzer /raft/result-analyzer

src/Agent/RESTlerAgent/RESTlerDriver.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ open System
77
open Microsoft.FSharpLu
88

99
module RESTler =
10-
let version = "6.1.0"
10+
let version = "7.0.0"
1111

1212
module private RESTlerInternal =
1313
let inline (++) (path1: string) (path2 : string) = IO.Path.Join(path1, path2)
@@ -297,7 +297,7 @@ module private RESTlerInternal =
297297
|> List.map (fun (x, y) -> sprintf "%s %s" x y)
298298
|> String.concat " "
299299
else "")
300-
sprintf "--set_version 'restler/%s'" RESTler.version
300+
sprintf "--set_version '%s'" RESTler.version
301301
]
302302

303303
let validateAuthentication workingDirectory (tokenOptions : RESTlerTypes.Engine.RefreshableTokenOptions) =

0 commit comments

Comments
 (0)