Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

RM-1554 Updated debian 10 image tag for OSRP 5.3.0 (#122) #123

Merged
merged 1 commit into from
Sep 15, 2022
Merged
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 dockerfiles/mpi-init.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ RUN \

# The final image only contains built artifacts.
# The base image should be up-to-date, but a specific version is not important.
FROM quay.io/domino/debian:10.11-20220724-2015
FROM quay.io/domino/debian:10.11-20220914-0744
WORKDIR /root
COPY --from=0 /root/worker-utils.tgz ./
CMD tar -C / -xf /root/worker-utils.tgz
2 changes: 1 addition & 1 deletion dockerfiles/mpi-sync.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/domino/debian:10.11-20220724-2015
FROM quay.io/domino/debian:10.11-20220914-0744

ARG DOMINO_UID=12574
ARG DOMINO_USER=domino
Expand Down