We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 510284f commit 2618b7bCopy full SHA for 2618b7b
1 file changed
9000/update.sh
@@ -10,8 +10,8 @@
10
for i in $(ls); do
11
if [ -d "$i" ]; then
12
echo setting version on "$i/Dockerfile"
13
- sed -i "s/ENV\ JRUBY_VERSION.*/ENV JRUBY_VERSION ${JRUBY_VERSION}/" "$i/Dockerfile"
14
- sed -i "s/ENV\ JRUBY_SHA256.*/ENV JRUBY_SHA256 ${SHA}/" "$i/Dockerfile"
+ sed -i -- "s/ENV\ JRUBY_VERSION.*/ENV JRUBY_VERSION ${JRUBY_VERSION}/" "$i/Dockerfile"
+ sed -i -- "s/ENV\ JRUBY_SHA256.*/ENV JRUBY_SHA256 ${SHA}/" "$i/Dockerfile"
15
fi
16
done
17
0 commit comments