Skip to content

Commit

Permalink
3.0.1 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
LazarusX committed Nov 7, 2018
1 parent f9ecf1f commit 9afc2b2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
### 3.0.1 (2018-11-07)
* [Updated] Update amd64 base image

### 3.0.0 (2018-11-05)
* [Updated] Update for the GA of Azure Functions on IoT Edge

Expand Down
2 changes: 1 addition & 1 deletion Microsoft.Azure.IoT.Edge.Function.nuspec
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>Microsoft.Azure.IoT.Edge.Function</id>
<version>3.0.0</version>
<version>3.0.1</version>
<title>Azure IoT Edge Function</title>
<authors>Microsoft</authors>
<owners>microsoft, nugetazureiotedge</owners>
Expand Down
Expand Up @@ -7,7 +7,7 @@ RUN dotnet restore
COPY . ./
RUN dotnet publish -c Release -o out

FROM mcr.microsoft.com/azure-functions/dotnet:2.0
FROM mcr.microsoft.com/azure-functions/dotnet:2.0-iot-edge

ENV AzureWebJobsScriptRoot=/app

Expand Down
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/azure-functions/dotnet:2.0 AS base
FROM mcr.microsoft.com/azure-functions/dotnet:2.0-iot-edge AS base

RUN apt-get update && \
apt-get install -y --no-install-recommends unzip procps && \
Expand Down

0 comments on commit 9afc2b2

Please sign in to comment.