Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-tutorial/02-unit/Dockerfile
Original file line number Diff line number Diff line change
@@ -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.29.0

#Author of the Docker File
# MAINTAINER Pictolearn Note: MAINTAINER has been deprecated for LABEL,
Expand Down