Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/docker/Dockerfile.backend
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# hadolint global ignore=DL3013,DL3041,DL3059
FROM registry.access.redhat.com/ubi9/python-312:9.8-1783442686
FROM registry.access.redhat.com/ubi9/python-312:9.8-1783931433

USER 0
COPY . /app
Expand Down
2 changes: 1 addition & 1 deletion backend/docker/Dockerfile.flower
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# hadolint global ignore=DL3013,DL3041,DL3025
FROM registry.access.redhat.com/ubi9/python-312:9.8-1783442686
FROM registry.access.redhat.com/ubi9/python-312:9.8-1783931433

# add application sources with correct perms for OCP
USER 0
Expand Down
2 changes: 1 addition & 1 deletion backend/docker/Dockerfile.scheduler
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# hadolint global ignore=DL3013,DL3041
FROM registry.access.redhat.com/ubi9/python-312:9.8-1783442686
FROM registry.access.redhat.com/ubi9/python-312:9.8-1783931433

USER 0

Expand Down
2 changes: 1 addition & 1 deletion backend/docker/Dockerfile.worker
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# hadolint global ignore=DL3013,DL3041
FROM registry.access.redhat.com/ubi9/python-312:9.8-1783442686
FROM registry.access.redhat.com/ubi9/python-312:9.8-1783931433

ENV UPGRADE_PIP_TO_LATEST=1

Expand Down