Skip to content

Commit 2aa76f5

Browse files
committed
Swap to old base image to verify failing build fails the job
1 parent 9682b65 commit 2aa76f5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: docker
22

33
on:
4-
pull_request:
5-
paths:
6-
- planet-notebook-docker/**
4+
pull_request
75

86
jobs:
97
build:

planet-notebook-docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 2025-09-15 build
22
# https://github.com/jupyter/docker-stacks/wiki/minimal-notebook-414b5d749704
3-
FROM quay.io/jupyter/minimal-notebook:8515ad39f045
3+
FROM jupyter/minimal-notebook:414b5d749704
44

55
# Copy requirements file for package installation
66
COPY requirements.txt /tmp/requirements.txt

0 commit comments

Comments
 (0)