Skip to content

Commit c0fa457

Browse files
authored
Merge 'dev' to 'master' for 'django_dx_improvement' release (#6)
* Update from python 3.5-slim-stretch to python 3.7-slim-stretch (#2) * Update from python 3.5-slim-stretch to python 3.7-slim-stretch * use the python-mecab-builder:dev image * feature:Update image from 'dev' to 'release-1.2' * fix: Modified release tag for major version (1.2 -> 2.0)
1 parent 2abd8a2 commit c0fa457

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM bebit/python-mecab-builder:release-1.1 as builder
1+
FROM bebit/python-mecab-builder:release-2.0 as builder
22
RUN git clone --depth 1 https://github.com/neologd/mecab-ipadic-neologd.git && \
33
mecab-ipadic-neologd/bin/install-mecab-ipadic-neologd -y -n -p /var/lib/mecab/dic/mecab-ipadic-neologd
44

5-
FROM python:3.5-slim-stretch
5+
FROM python:3.7-slim-stretch
66
RUN apt-get update > /dev/null && apt-get install -y --no-install-recommends \
77
default-libmysqlclient-dev=1.0.2 \
88
mecab=0.996-3.1 \

0 commit comments

Comments
 (0)