Skip to content

Commit 3ce2b84

Browse files
authored
Update base image and fix nfsv2 (#9)
* Remove references to NFSv2 * Update to new alpine version (Dockerfile base)
1 parent 80dc785 commit 3ce2b84

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BUILD_FROM=alpine:3.17
1+
ARG BUILD_FROM=alpine:3.18
22

33
FROM $BUILD_FROM
44

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ boot_helper_mount() {
534534
boot_helper_get_version_flags() {
535535

536536
local -r requested_version="${state[$STATE_NFS_VERSION]}"
537-
local flags=('--nfs-version' "$requested_version" '--no-nfs-version' 2)
537+
local flags=('--nfs-version' "$requested_version")
538538

539539
if ! is_nfs3_enabled; then
540540
flags+=('--no-nfs-version' 3)

0 commit comments

Comments
 (0)