Skip to content

Commit 282bc00

Browse files
committed
Bump version
1 parent 3c53931 commit 282bc00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ondemand/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG HPCTS_VERSION=latest
33
FROM --platform=linux/amd64 ubccr/hpcts:slurm-${HPCTS_VERSION} as stage-amd64
44
RUN dnf install -y https://yum.osc.edu/ondemand/2.0/ondemand-release-web-2.0-1.noarch.rpm
55
RUN dnf install -y netcat ondemand ondemand-dex
6-
RUN sed -i 's/\-nohttpd//' /opt/ood/ondemand/root/usr/share/gems/2.7/ondemand/2.0.26/gems/ood_core-0.19.0/lib/ood_core/batch_connect/templates/vnc.rb
6+
RUN sed -i 's/\-nohttpd//' /opt/ood/ondemand/root/usr/share/gems/2.7/ondemand/2.0.27/gems/ood_core-0.19.0/lib/ood_core/batch_connect/templates/vnc.rb
77

88
FROM --platform=linux/arm64 ubccr/hpcts:slurm-${HPCTS_VERSION} as stage-arm64
99
RUN dnf install -y file lsof sudo gcc gcc-c++ git \

0 commit comments

Comments
 (0)