Changed cartservice's Dockerfile from alpine:latest to alpine:3.8

This commit is contained in:
Colin Nelson 2018-09-21 15:36:14 -07:00
parent 1d60bc0314
commit df74226feb

View file

@ -16,7 +16,7 @@ RUN dotnet restore && \
dotnet publish -c release -r linux-musl-x64 -o /cartservice
# cartservice
FROM alpine:latest
FROM alpine:3.8
# Add the probe
COPY --from=probe /cartservice_probe /cartservice_probe
# Dependencies for runtime