We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf07279 + b3a37bb commit 0fd70e6Copy full SHA for 0fd70e6
.github/dependabot.yaml
@@ -15,3 +15,10 @@ updates:
15
interval: monthly
16
time: "05:00"
17
timezone: Etc/UTC
18
+
19
+ # Bump dockerfile FROM
20
+ - package-ecosystem: docker
21
+ directory: /
22
+ labels: [dependencies]
23
+ schedule:
24
+ interval: monthly
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM quay.io/jupyter/base-notebook:latest
+FROM quay.io/jupyter/base-notebook@sha256:876e3c3e40c4f0a25d3a16223a158a2d582b1ad77ac94269d43a5f6256eb4eec
2
3
USER root
4
0 commit comments