Temporarily switch to ubuntu 22.04 in microsoft odbc example instead of oracle

This commit is contained in:
Ayaz Salikhov
2024-08-30 21:09:57 +01:00
parent f7978e28df
commit 823cf92db4
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM quay.io/jupyter/base-notebook
FROM quay.io/jupyter/base-notebook:ubuntu-22.04
# Fix: https://github.com/hadolint/hadolint/wiki/DL4006
# Fix: https://github.com/koalaman/shellcheck/wiki/SC3014

View File

@@ -1,4 +1,4 @@
FROM quay.io/jupyter/base-notebook:ubuntu-22.04
FROM quay.io/jupyter/base-notebook
USER root