File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:experimental
2
- FROM quay.io/unstructured-io/base-images:wolfi-base@sha256:863fd5b87e780dacec62b97c2db2aeda7f770fcf9b045b29f53ec1ddbe607b4d as base
2
+ FROM quay.io/unstructured-io/base-images:wolfi-base@sha256:7c3af225a39f730f4feee705df6cd8d1570739dc130456cf589ac53347da0f1d as base
3
3
4
4
# NOTE(crag): NB_USER ARG for mybinder.org compat:
5
5
# https://mybinder.readthedocs.io/en/latest/tutorials/dockerfile.html
@@ -39,4 +39,5 @@ COPY --chown=${NB_USER}:${NB_USER} scripts/app-start.sh scripts/app-start.sh
39
39
ENTRYPOINT ["scripts/app-start.sh"]
40
40
# Expose a default port of 8000. Note: The EXPOSE instruction does not actually publish the port,
41
41
# but some tooling will inspect containers and perform work contingent on networking support declared.
42
+
42
43
EXPOSE 8000
Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:experimental
2
- FROM quay.io/unstructured-io/base-images:rocky9.2-9@sha256:73d8492452f086144d4b92b7931aa04719f085c74d16cae81e8826ef873729c9 as base
2
+ FROM quay.io/unstructured-io/base-images:rocky9.2-9@sha256:66f84447138b893b272e75044f9967379de3e874849cb2b9cb7aa2b3e9dea4e6 as base
3
3
4
4
# NOTE(crag): NB_USER ARG for mybinder.org compat:
5
5
# https://mybinder.readthedocs.io/en/latest/tutorials/dockerfile.html
@@ -46,4 +46,4 @@ COPY --chown=${NB_USER}:${NB_USER} scripts/app-start.sh scripts/app-start.sh
46
46
ENTRYPOINT ["scripts/app-start.sh"]
47
47
# Expose a default port of 8000. Note: The EXPOSE instruction does not actually publish the port,
48
48
# but some tooling will inspect containers and perform work contingent on networking support declared.
49
- EXPOSE 8000
49
+ EXPOSE 8000
You can’t perform that action at this time.
0 commit comments