Skip to content

Commit

Permalink
fix(nfs-server): update base image of nfs-server from alpine:latest t…
Browse files Browse the repository at this point in the history
…o 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 <[email protected]>
  • Loading branch information
sai chaithanya authored Dec 17, 2021
1 parent dbe24dc commit 41672bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nfs-server-container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM alpine:latest
FROM alpine:3.14
#LABEL maintainer "Steven Iveson <[email protected]>"
#LABEL source "https://github.com/sjiveson/nfs-server-alpine"
#LABEL branch "master"
Expand Down

0 comments on commit 41672bd

Please sign in to comment.