Skip to content

Commit

Permalink
ups...
Browse files Browse the repository at this point in the history
  • Loading branch information
KSkwarczynski committed Nov 7, 2024
1 parent 33b9fc4 commit c08299c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Docs/DockerFiles/Alma9/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#To run use: docker build -t nuoscillator .
# KS: Get glorious container from Kamil which will work as a base
FROM kamilskwarczynski/nukamil:latest AS nuoscillator_build
# KS: Get glorious container from Luke which will work as a base
FROM picker24/root_v6_26_10:alma9 AS nuoscillator_build

# Add a label for the author
LABEL website="https://dbarrow257.github.io/NuOscillator/"
Expand Down
4 changes: 2 additions & 2 deletions Docs/DockerFiles/Rocky9/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#To run use: docker build -t nuoscillator .
# KS: Get glorious container from Luke which will work as a base
FROM picker24/root_v6_26_10:alma9 AS nuoscillator_build
# KS: Get glorious container from Kamil which will work as a base
FROM kamilskwarczynski/nukamil:latest AS nuoscillator_build

# Add a label for the author
LABEL website="https://dbarrow257.github.io/NuOscillator/"
Expand Down

0 comments on commit c08299c

Please sign in to comment.