Skip to content

Commit

Permalink
Merge pull request #183 from IMMM-SFA/feature/new-base-docker-image
Browse files Browse the repository at this point in the history
update base docker image to sanctioned msdlive base image
  • Loading branch information
thurber authored Dec 10, 2024
2 parents 9707b69 + a55304b commit 68dc9ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1: Build Stage
FROM quay.io/jupyter/minimal-notebook as builder
FROM ghcr.io/msd-live/jupyter/python-notebook:latest as builder

USER root

Expand All @@ -20,7 +20,7 @@ RUN pip install --upgrade pip
RUN pip install naturf

# Stage 2: Final Stage
FROM quay.io/jupyter/minimal-notebook
FROM ghcr.io/msd-live/jupyter/python-notebook:latest

USER root

Expand Down

0 comments on commit 68dc9ec

Please sign in to comment.