Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
[fix] fix base image for arm32
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Chen (ManPower) committed Sep 10, 2018
1 parent 7d05b7e commit c120b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iotedgeSQLite/modules/iotedgeSQLite/Dockerfile.arm32v7
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN dotnet restore
COPY . ./
RUN dotnet publish -c Release -o out

FROM microsoft/dotnet:2.0-runtime
FROM microsoft/dotnet:2.1-runtime-stretch-slim-arm32v7
WORKDIR /app

COPY --from=build-env /app/out ./
Expand Down

0 comments on commit c120b71

Please sign in to comment.