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:
stellarshenson
2025-11-04 10:51:04 +01:00
parent d9896a7073
commit 64e2a9d557

View File

@@ -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>"