Skip to content

Commit

Permalink
switch CoreCLR to preview2
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed Jun 28, 2016
1 parent 94f0a50 commit b6960d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

FROM microsoft/dotnet:1.0.0-preview1
FROM microsoft/dotnet:1.0.0-preview2-sdk

<%include file="../../apt_get_basic.include"/>
<%include file="../../run_tests_addons.include"/>
Expand Down
2 changes: 1 addition & 1 deletion tools/dockerfile/test/csharp_coreclr_x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

FROM microsoft/dotnet:1.0.0-preview1
FROM microsoft/dotnet:1.0.0-preview2-sdk

# Install Git and basic packages.
RUN apt-get update && apt-get install -y \
Expand Down

0 comments on commit b6960d0

Please sign in to comment.