From 5330f3422ea45a54ae3f44b416438b73d9bec3b1 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 1 Feb 2024 21:05:46 +0100 Subject: [PATCH] docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eb7eec8..c70725f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:latest +FROM nginx:1.25.3-alpine COPY ./build /usr/share/nginx/html COPY ./nginx.conf /etc/nginx/conf.d/default.conf \ No newline at end of file