Skip to content

Commit

Permalink
fix: play-with-docker/nginx/example-1/Dockerfile to reduce vulnerabil…
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Nov 17, 2024
1 parent 86abcc8 commit a7bb875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion play-with-docker/nginx/example-1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Build with Dockerfiles

FROM ubuntu:14.04
FROM ubuntu:trusty-20190425
MAINTAINER "Ajeet Raina" <ajeetraina@docker.com>
RUN apt-get update
RUN apt-get install -y nginx
Expand Down

0 comments on commit a7bb875

Please sign in to comment.