Use alpine 3.9 base image

This commit is contained in:
Marian Steinbach 2019-05-03 23:20:08 +02:00
parent cff4d55f17
commit 9e5426ccde
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.6-alpine3.8
FROM python:3.6-alpine3.9
# Note: we pin selenium to 3.8.0 because of https://github.com/SeleniumHQ/selenium/issues/5296
RUN echo "http://dl-4.alpinelinux.org/alpine/v3.7/main" >> /etc/apk/repositories && \