From 196d4fb2418a2faa036178079ed485e32b2ba1d0 Mon Sep 17 00:00:00 2001 From: Dani Ihza Farrosi <57628386+danivideda@users.noreply.github.com> Date: Thu, 2 Mar 2023 10:55:09 +0700 Subject: [PATCH] Fix deprecated MAINTAINER in Dockerfile Fix the mismatch between the content on docker-curriculum and the source code (https://github.com/prakhar1989/FoodTrucks/pull/19) --- tutorial/src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/src/index.md b/tutorial/src/index.md index 417e936f..8702d6c8 100644 --- a/tutorial/src/index.md +++ b/tutorial/src/index.md @@ -664,7 +664,7 @@ Our [Dockerfile](https://github.com/prakhar1989/FoodTrucks/blob/master/Dockerfil # start from base FROM ubuntu:18.04 -MAINTAINER Prakhar Srivastav +LABEL maintainer="Prakhar Srivastav " # install system-wide deps for python and node RUN apt-get -yqq update