Skip to content

Commit 41672bd

Browse files
author
sai chaithanya
authored
fix(nfs-server): update base image of nfs-server from alpine:latest to alpine:3.14 (#130)
This commit updates the base image of nfs-server from alpine:latest to alpine:3.14. Alpine 3.14 will install fixed version of nfs-utils(2.5.3) so that nfs-utils version remains unchanged on different builds. Signed-off-by: mittachaitu <sai.chaithanya@mayadata.io>
1 parent dbe24dc commit 41672bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nfs-server-container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# See the License for the specific language governing permissions and
1010
# limitations under the License.
1111

12-
FROM alpine:latest
12+
FROM alpine:3.14
1313
#LABEL maintainer "Steven Iveson <steve@iveson.eu>"
1414
#LABEL source "https://github.com/sjiveson/nfs-server-alpine"
1515
#LABEL branch "master"

0 commit comments

Comments
 (0)