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 stn-deploy-2024.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rockylinux/rockylinux:9
FROM rockylinux/rockylinux:10

RUN dnf -y update && \
dnf -y install gcc git iputils jq libffi-devel openssl-devel perl-Digest-SHA procps-ng python3.12 python3.12-devel python3.12-pip python3-libselinux rsync sshpass unzip wget which && \
Expand Down
2 changes: 1 addition & 1 deletion stn-deploy-2024.2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rockylinux/rockylinux:9
FROM rockylinux/rockylinux:10

RUN dnf -y update && \
dnf -y install gcc git iputils jq libffi-devel openssl-devel perl-Digest-SHA procps-ng python3.12 python3.12-devel python3.12-pip python3-libselinux rsync sshpass unzip wget which && \
Expand Down
2 changes: 1 addition & 1 deletion stn-deploy-2025.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rockylinux/rockylinux:9
FROM rockylinux/rockylinux:10

RUN dnf -y update && \
dnf -y install gcc git iputils jq libffi-devel openssl-devel perl-Digest-SHA procps-ng python3.12 python3.12-devel python3.12-pip python3-libselinux rsync sshpass unzip wget which && \
Expand Down
2 changes: 1 addition & 1 deletion stn-deploy-master/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rockylinux/rockylinux:9
FROM rockylinux/rockylinux:10

RUN dnf -y update && \
dnf -y install gcc git iputils jq libffi-devel openssl-devel perl-Digest-SHA procps-ng python3-devel python3-libselinux rsync sshpass unzip wget which && \
Expand Down
Loading