From 0954822d056e0c1df5b903165ded24837887052f Mon Sep 17 00:00:00 2001 From: Giovanni Rosa Date: Wed, 12 Apr 2023 19:03:37 +0200 Subject: [PATCH] Fix for Dockerfile smell DL3007 Signed-off-by: Giovanni Rosa --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index cb51733e..b9eba105 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,3 +1,3 @@ # Builds a Docker to deliver dist/ -FROM nginx:latest +FROM nginx:1.23.4-bullseye COPY dist/ /usr/share/nginx/html \ No newline at end of file