Skip to content

Commit

Permalink
Merge pull request #284 from envato/fix-windows-build
Browse files Browse the repository at this point in the history
Fix Windows build environment
  • Loading branch information
Patrick Robinson authored Jul 3, 2019
2 parents 2a22c41 + f87bd13 commit 88ead23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.windows.ci
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Temp Core Image
FROM microsoft/windowsservercore AS core
FROM mcr.microsoft.com/windows/servercore:ltsc2016 AS core

ENV RUBY_VERSION 2.2.4
ENV DEVKIT_VERSION 4.7.2
Expand All @@ -12,7 +12,7 @@ ADD https://dl.bintray.com/oneclick/rubyinstaller/DevKit-mingw64-64-${DEVKIT_VER
RUN C:\\tmp\\DevKit-mingw64-64-%DEVKIT_VERSION%-%DEVKIT_BUILD%-sfx.exe -o"C:\DevKit" -y

# Final Nano Image
FROM microsoft/nanoserver AS nano
FROM mcr.microsoft.com/windows/nanoserver AS nano

ENV RUBY_VERSION 2.2.4
ENV RUBYGEMS_VERSION 2.6.13
Expand Down

0 comments on commit 88ead23

Please sign in to comment.