Skip to content

Commit

Permalink
Set image tags explicitly #30
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonZiminSaritasa committed Nov 13, 2017
1 parent 78a8142 commit 8f7fdbc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion samples/Saritasa.BoringWarehouse/Docker/Dockerfile.db
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# escape=`
FROM microsoft/mssql-server-windows-express
FROM microsoft/mssql-server-windows-express:2017-CU1
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]

ENV `
Expand Down
2 changes: 1 addition & 1 deletion samples/Saritasa.BoringWarehouse/Docker/Dockerfile.web
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# escape=`
FROM microsoft/aspnet
FROM microsoft/aspnet:4.7.1-windowsservercore-1709
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]

RUN `
Expand Down
2 changes: 1 addition & 1 deletion samples/ZergRushCo.Todosya/Docker/Dockerfile.db
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# escape=`
FROM microsoft/mssql-server-windows-express
FROM microsoft/mssql-server-windows-express:2017-CU1
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]

ENV `
Expand Down
2 changes: 1 addition & 1 deletion samples/ZergRushCo.Todosya/Docker/Dockerfile.web
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# escape=`
FROM microsoft/iis
FROM microsoft/iis:windowsservercore-1709
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]

RUN `
Expand Down

0 comments on commit 8f7fdbc

Please sign in to comment.