mirror of
https://github.com/stellarshenson/stellars-jupyterhub-ds.git
synced 2026-03-09 14:40:28 +00:00
fix: pin JupyterHub base image to version 5.4.2
- Replace 'latest' tag with explicit version 5.4.2 - Resolves hadolint DL3007 warning in CI/CD pipeline - Ensures reproducible builds and prevents unexpected breaking changes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
##############################################################################################
|
||||
##############################################################################################
|
||||
|
||||
FROM jupyterhub/jupyterhub:latest AS target
|
||||
FROM jupyterhub/jupyterhub:5.4.2 AS target
|
||||
|
||||
# File Author / Maintainer
|
||||
LABEL maintainer="Konrad Jelen <konrad.jelenext@delaval.com>"
|
||||
|
||||
Reference in New Issue
Block a user