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

Commit 361268f

Browse files
authored
Use the public restler image to build the agent. (#59)
1 parent 833d5b8 commit 361268f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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:restlerv7.0
1+
FROM mcr.microsoft.com/restlerfuzzer/restler:v7.1.0
22
COPY RestlerAgent /raft/agent
33
COPY RaftResultAnalyzer /raft/result-analyzer

src/Agent/RESTlerAgent/RESTlerDriver.fs

Lines changed: 1 addition & 1 deletion
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 = "7.0.0"
10+
let version = "7.1.0"
1111

1212
module private RESTlerInternal =
1313
let inline (++) (path1: string) (path2 : string) = IO.Path.Join(path1, path2)

0 commit comments

Comments
 (0)