diff --git a/Dockerfile b/Dockerfile index 3a0266d5..92c74d12 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ COPY . . RUN npm install RUN npm run build -FROM nginx:1.25.4-alpine +FROM nginx:1.27-alpine COPY --from=build /app/theme /usr/share/nginx/html