Browse Source

Update Dockerfile for libpostal service

The Dockerfile no longer needs to be build on the libpostal_baseimage
(which will probably go away soon)
pull/1061/head
Julian Simioni 7 years ago
parent
commit
d4d52443dc
No known key found for this signature in database
GPG Key ID: 6DAD08919FDBF563
  1. 2
      Dockerfile

2
Dockerfile

@ -1,5 +1,5 @@
# base image
FROM pelias/libpostal_baseimage
FROM pelias/baseimage
# maintainer information
LABEL maintainer="pelias@mapzen.com"

Loading…
Cancel
Save