Update example date

This commit is contained in:
Ayaz Salikhov
2023-02-28 17:08:58 +04:00
parent e407f93c8d
commit 86d42cadf4
7 changed files with 23 additions and 23 deletions

View File

@@ -42,7 +42,7 @@ You can customize the docker-stack notebook image to deploy by modifying the `no
For example, you can build and deploy a `jupyter/all-spark-notebook` by modifying the Dockerfile like so:
```dockerfile
FROM jupyter/all-spark-notebook:2023-02-13
FROM jupyter/all-spark-notebook:2023-02-28
# Your RUN commands and so on
```

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the Modified BSD License.
# Pick your favorite docker-stacks image
FROM jupyter/minimal-notebook:2023-02-13
FROM jupyter/minimal-notebook:2023-02-28
USER root