Adjust docker image versions in a couple more places

This commit is contained in:
Alex Burlacu
2023-08-24 19:03:24 +03:00
parent e1e3c84a8d
commit f1e9266075
2 changed files with 9 additions and 9 deletions

View File

@@ -491,8 +491,8 @@ sdk {
# target_format: format used to encode contents before writing into the target file. Supported values are json,
# yaml, yml and bytes (in which case the file will be written in binary mode). Default is text mode.
# overwrite: overwrite the target file in case it exists. Default is true.
# mode: set the file mode after writing. use an integer value or a string (e.g. 600 / 777 etc.)
#
# mode: file-system mode to be applied to the file after its creation. The mode string will be parsed into an
# integer (e.g. "0o777" for -rwxrwxrwx)
# Example:
# files {
# myfile1 {