Skip to content

Commit

Permalink
Merge pull request #106 from alexarnoldy/fix_broken_sed_command
Browse files Browse the repository at this point in the history
fixed broken sed command
  • Loading branch information
chabowski authored Feb 14, 2024
2 parents a3d1ea1 + db95d55 commit 2df14d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ sed -i "/^FROM/ s/golang\:1\.../golang\:{golang-version}/" Dockerfile
+
[source, console, subs="attributes+"]
----
sed -i '/^FROM/ s/suse\/sle${sles-version}/bci\/bci-base/' Dockerfile
sed -i '/^FROM/ s/suse\/sle{sles-version}/bci\/bci-base/' Dockerfile
----

.. Verify that the changes have been made correctly to `Dockerfile`.
Expand Down

0 comments on commit 2df14d4

Please sign in to comment.