This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new 0ea8291 fixes #6353 by changing tag on base image (#7335)
0ea8291 is described below
commit 0ea8291b775f95a1a3cb414f53572f344c12595e
Author: Connor Hogendorn <[email protected]>
AuthorDate: Sat Apr 20 16:17:52 2019 -0400
fixes #6353 by changing tag on base image (#7335)
---
contrib/docker/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/docker/Dockerfile b/contrib/docker/Dockerfile
index 2949f16..becfb00 100644
--- a/contrib/docker/Dockerfile
+++ b/contrib/docker/Dockerfile
@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-FROM python:3.6
+FROM python:3.6-jessie
RUN useradd --user-group --create-home --no-log-init --shell /bin/bash superset