Skip to content

Commit

Permalink
Use osrm-backend-dev/v1 as base image
Browse files Browse the repository at this point in the history
for stable purpose
  • Loading branch information
wangyoucao577 committed Mar 11, 2020
1 parent f7dd049 commit 852f27e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-orchestration/osrm-backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


FROM telenavmap/osrm-backend-dev as builder
FROM telenavmap/osrm-backend-dev:v1 as builder

RUN mkdir -p /osrm-build
WORKDIR /workspace/
Expand Down Expand Up @@ -28,7 +28,7 @@ RUN cd /workspace/osrm-backend/integration && \
ls -lh /workspace/go/bin


FROM telenavmap/osrm-backend-dev as runstage
FROM telenavmap/osrm-backend-dev:v1 as runstage
#FROM debian:stretch-slim as runstage
#RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
# DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends libboost-program-options1.62.0 libboost-regex1.62.0 \
Expand Down

0 comments on commit 852f27e

Please sign in to comment.