We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80dc785 commit 3ce2b84Copy full SHA for 3ce2b84
2 files changed
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG BUILD_FROM=alpine:3.17
+ARG BUILD_FROM=alpine:3.18
2
3
FROM $BUILD_FROM
4
entrypoint.sh
@@ -534,7 +534,7 @@ boot_helper_mount() {
534
boot_helper_get_version_flags() {
535
536
local -r requested_version="${state[$STATE_NFS_VERSION]}"
537
- local flags=('--nfs-version' "$requested_version" '--no-nfs-version' 2)
+ local flags=('--nfs-version' "$requested_version")
538
539
if ! is_nfs3_enabled; then
540
flags+=('--no-nfs-version' 3)
0 commit comments