Skip to content

Commit

Permalink
Update AMD64 to use 2.1.17-alpine3.11 in release/1.0.9 branch
Browse files Browse the repository at this point in the history
- Update AMD64 to use 2.1.17-alpine3.11 in release/1.0.9 branch
  • Loading branch information
yophilav authored May 1, 2020
1 parent 3f42583 commit 9c3d240
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion edge-agent/docker/linux/amd64/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=2.1.13-alpine3.10
ARG base_tag=2.1.17-alpine3.11
FROM azureiotedge/azureiotedge-runtime-base:1.2-linux-amd64 as builder

FROM mcr.microsoft.com/dotnet/core/runtime:${base_tag}
Expand Down
4 changes: 2 additions & 2 deletions edge-hub/docker/linux/amd64/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG base_tag=2.1.13-alpine3.10
FROM azureiotedge/azureiotedge-runtime-base:1.2-linux-amd64 as builder
ARG base_tag=2.1.17-alpine3.11
FROM azureiotedge/azureiotedge-runtime-base:1.2-linux-amd64 as builder

FROM mcr.microsoft.com/dotnet/core/runtime:${base_tag}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=2.1.13-alpine3.10
ARG base_tag=2.1.17-alpine3.11
FROM mcr.microsoft.com/dotnet/core/runtime:${base_tag}

ARG EXE_DIR=.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=2.1.13-alpine3.10
ARG base_tag=2.1.17-alpine3.11
FROM mcr.microsoft.com/dotnet/core/runtime:${base_tag}

ARG EXE_DIR=.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=2.1.13-alpine3.10
ARG base_tag=2.1.17-alpine3.11
FROM mcr.microsoft.com/dotnet/core/runtime:${base_tag}

ARG EXE_DIR=.
Expand Down
2 changes: 1 addition & 1 deletion edge-modules/ModuleRestarter/docker/linux/amd64/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=2.1.10-alpine3.7
ARG base_tag=2.1.17-alpine3.11
FROM mcr.microsoft.com/dotnet/core/runtime:${base_tag}

ARG EXE_DIR=.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=2.1.13-alpine3.10
ARG base_tag=2.1.17-alpine3.11
FROM mcr.microsoft.com/dotnet/core/runtime:${base_tag}

ARG EXE_DIR=.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=2.1.13-alpine3.10
ARG base_tag=2.1.17-alpine3.11
FROM mcr.microsoft.com/dotnet/core/runtime:${base_tag}

ARG EXE_DIR=.
Expand Down
2 changes: 1 addition & 1 deletion edge-modules/TestAnalyzer/docker/linux/amd64/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=2.1.13-alpine3.10
ARG base_tag=2.1.17-alpine3.11
FROM azureiotedge/azureiotedge-runtime-base:1.1-linux-amd64 as builder

FROM mcr.microsoft.com/dotnet/core/runtime:${base_tag}
Expand Down
2 changes: 1 addition & 1 deletion edge-modules/TwinTester/docker/linux/amd64/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=2.1.13-alpine3.10
ARG base_tag=2.1.17-alpine3.11
FROM azureiotedge/azureiotedge-runtime-base:1.1-linux-amd64 as builder

FROM mcr.microsoft.com/dotnet/core/runtime:${base_tag}
Expand Down
2 changes: 1 addition & 1 deletion edge-modules/load-gen/docker/linux/amd64/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=2.1.13-alpine3.10
ARG base_tag=2.1.17-alpine3.11
FROM mcr.microsoft.com/dotnet/core/runtime:${base_tag}

ARG EXE_DIR=.
Expand Down

0 comments on commit 9c3d240

Please sign in to comment.