diff --git a/docker-tutorial/02-unit/Dockerfile b/docker-tutorial/02-unit/Dockerfile index b36e579..bf6cccd 100644 --- a/docker-tutorial/02-unit/Dockerfile +++ b/docker-tutorial/02-unit/Dockerfile @@ -1,7 +1,7 @@ # Updated as of May 16, 2020 # FROM specified which image i want to download # Needs to be provided before any other section of code. -FROM nginx:1.26.1 +FROM nginx:1.26.2 #Author of the Docker File # MAINTAINER Pictolearn Note: MAINTAINER has been deprecated for LABEL,